MozaikaDesign system

Telegram Mobile — Design System

light · consumer · high · confidence 85% · deep decode

Telegram Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/telegram-mobile.

Tokens

Telegram Mobile's decoded design system: background #FFFFFF, text #000000, accent #192F40, link #192F40, primary #192F40; type scale h1 34px / h2 22px / body 17px; 5px spacing base; 12px base radius. The single interactive/action color is #192F40 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#192F40
accent#192F40
link#192F40
button_bg#192F40
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 100ms (dominant) with ease-in-out.

Native design tokens

TokenValue
--bullet-color#0088cc
--native-font-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
--native-mono-fontui-monospace, "SFMono-Regular", "SF Mono", Consolas, "Liberation Mono", Menlo, monospace
--doc-font-size15px
--doc-space16px
--side-nav-font-size13px
--side-nav-width240px
--side-nav-top72px
--side-nav-right16px

Layout (measured)

Motion choreography (measured)

Load order: div.tl_main_logo

Responsive (measured)

Export: DESIGN.md

# Telegram Mobile — Design System

> light, consumer, high — deep decode (measured live)

Telegram Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#192F40` |
| accent | `#192F40` |
| link | `#192F40` |
| button_bg | `#192F40` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#192F40` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent`, `link`, `button_bg` are all `#192F40` — one role, not several (your action color).
- **accent** `#192F40` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 85.9% · `#B8D9DE` 2.7% · `#B2B1C4` 2.7% · `#242630` 2.4%

## Typography


| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 26px / 600 · lh 29px |
| h2 | 23px / 600 · lh 25px |
| h3 | 20px / 300 · lh 30px |
| body | 15px / 400 · lh 24px |
| small | 14px / 400 · lh 23px |

- Weight ladder: 300 · 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults.

## Spacing
- base unit: 5px (inferred from the measured scale)
- measured scale: 5px, 9px, 10px, 14px, 15px, 16px, 17px, 20px, 28px, 34px — snap all gaps/padding to these

## Radius
- base: 12px
- button: 12px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `rgba(0, 0, 0, 0)` / `#0088CC` | none | 12px | 15.5px 15px 15.5px 15px | 500 15px | none |

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0.1) 1px 1px 3px 1px`

## Motion
- durations: 100ms (dominant) · 200ms · 150ms
- easings: `ease-in-out` (dominant) · `ease`
- animated properties: opacity, box-shadow, transform

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--bullet-color` | `#0088cc` |
| `--native-font` | `-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif` |
| `--native-mono-font` | `ui-monospace, "SFMono-Regular", "SF Mono", Consolas, "Liberation Mono", Menlo, monospace` |
| `--doc-font-size` | `15px` |
| `--doc-space` | `16px` |
| `--side-nav-font-size` | `13px` |
| `--side-nav-width` | `240px` |
| `--side-nav-top` | `72px` |
| `--side-nav-right` | `16px` |

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 925px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 748 | 291 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.tl_main_logo` @0ms

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Responsive (measured)
- breakpoints: 480px · 640px · 768px · 992px · 1200px
- mobile (390px): body 12px · nav: inline

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/telegram-mobile

Export: Tailwind v4 (@theme)

@theme {
  /* action color #192F40 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #EFEFEF;
  --color-border: #D8D8D8;
  --color-text: #000000;
  --color-text-muted: #606060;
  --color-primary: #192F40;  /* primary brand / action color. */
  --color-accent: #192F40;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --color-link: #192F40;  /* inline text links — shares the action color. */
  --color-button-bg: #192F40;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* measured weights: 300, 400, 500, 600, 700 — use these, not 400/600 */
  --text-hero: 26px; --font-weight-hero: 600; --leading-hero: 29px;
  --text-h2: 23px; --font-weight-h2: 600; --leading-h2: 25px;
  --text-h3: 20px; --font-weight-h3: 300; --leading-h3: 30px;
  --text-body: 15px; --font-weight-body: 400; --leading-body: 24px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 23px;
  --radius-base: 12px;
  --radius-button: 12px;
  --radius-pill: 9999px;
  --shadow-subtle: rgba(0, 0, 0, 0.1) 1px 1px 3px 1px;
  --ease-brand: ease-in-out;
  --duration-fast: 100ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 150ms;
  --duration-slow: 200ms;
  --spacing: 5px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 5, 9, 10, 14, 15, 16, 17, 20, 28, 34px */
}

Export: CSS variables

:root {
  /* action color #192F40 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #192F40;  /* primary brand / action color. */
  --accent: #192F40;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --link: #192F40;  /* inline text links — shares the action color. */
  --button-bg: #192F40;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --text-hero: 26px; --weight-hero: 600; --leading-hero: 29px;
  --text-h2: 23px; --weight-h2: 600; --leading-h2: 25px;
  --text-h3: 20px; --weight-h3: 300; --leading-h3: 30px;
  --text-body: 15px; --weight-body: 400; --leading-body: 24px;
  --text-small: 14px; --weight-small: 400; --leading-small: 23px;
  --radius: 12px;
  --radius-button: 12px;
  --radius-pill: 9999px;
  --shadow-subtle: rgba(0, 0, 0, 0.1) 1px 1px 3px 1px;
  --ease: ease-in-out;
  --duration-fast: 100ms;
  --duration-base: 150ms;
  --duration-slow: 200ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --bullet-color: #0088cc;
  --native-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --native-mono-font: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;
  --doc-font-size: 15px;
  --doc-space: 16px;
  --side-nav-font-size: 13px;
  --side-nav-width: 240px;
  --side-nav-top: 72px;
  --side-nav-right: 16px;
}