Discord Mobile — Design System
Discord Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
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/discord-mobile.
Tokens
Discord Mobile's decoded design system: background #1C1D23, text #FFFFFF, accent #5865F2, link #5865F2, primary #5865F2; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #5865F2 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #1C1D23 |
| surface | #292A30 |
| border | #3E3E44 |
| text | #FFFFFF |
| text_muted | #A8A9AB |
| primary | #5865F2 |
| accent | #5865F2 |
| link | #5865F2 |
| button_bg | #5865F2 |
| button_text | #1C1D23 |
Using these colors
- Action color
#5865F2— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#5865F2— one role, not several (the action color).- accent
#5865F2— 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.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 4px
- scale: 4px, 10px, 12px, 16px, 20px, 24px, 28px, 35px, 40px, 42px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 250ms · 400ms
- easings:
ease·ease-in-out - animated properties: font-variation-settings, transform, opacity, background-color
Native design tokens
| Token | Value |
|---|---|
--not-quite-black | #23272a |
--blurple | #5865f2 |
--black | #000 |
--white | #fff |
--dark-charcoal | #2c2f33 |
--dark-button-hover | #3b3b3b |
--button-hover | #8891f2 |
--greyple | #99aab5 |
--spring-green | #57f287 |
--dim-grey | #50555f |
…and 110 more measured on the page.
Button states (measured)
- primary hover: box-shadow
rgba(0, 0, 0, 0.2) 0px 8px 15px 0px· background#C7C8CE
Layout (measured)
- container max-width:
1240px - nav: 80px absolute
Motion choreography (measured)
Scroll reveal: 3 elements rest at translateY(-100px).
Responsive (measured)
- breakpoints: 450px · 550px · 595px · 768px · 834px · 1024px
- mobile (390px): hero 44px · nav inline
Export: DESIGN.md
# Discord Mobile — Design System > dark, consumer, high — deep decode (measured live) Discord 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 | `#1C1D23` | | surface | `#292A30` | | border | `#3E3E44` | | text | `#FFFFFF` | | text_muted | `#A8A9AB` | | primary | `#5865F2` | | accent | `#5865F2` | | link | `#5865F2` | | button_bg | `#5865F2` | | button_text | `#1C1D23` | **Using these colors** - **Action color** `#5865F2` — 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 `#5865F2` — one role, not several (your action color). - **accent** `#5865F2` — 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): `#181D7D` 35.2% · `#02021A` 28.3% · `#0C0E50` 14.3% · `#FFFFFF` 12% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 61px / 700 · lh 25px · tracking -0.61px | | h2 | 56px / 700 · lh 48px · tracking -0.56px | | h3 | 36px / 800 · lh 33px · tracking -0.36px | | body | 20px / 400 · lh 26px | | small | 19px / 600 · lh 25px | - Weight ladder: 400 · 500 · 600 · 700 · 800 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 10px, 12px, 16px, 20px, 24px, 28px, 35px, 40px, 42px — snap all gaps/padding to these - section rhythm: 95px top/bottom padding per section (measured) ## Radius - base: 12px - button: 12px - card: 16px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#23272A` | none | 12px | 15px 24px 15px 24px | 400 20px / 0.25px | none | | secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 12px | 10px 16px 10px 16px | 500 16px | none | **States (measured, not guessed)** - primary hover: box-shadow `rgba(0, 0, 0, 0.2) 0px 8px 15px 0px` · background `#C7C8CE` - secondary hover: background `#5865F2` - transition: `all 0.3s ease` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px` ## Motion - durations: 300ms (dominant) · 250ms · 400ms - easings: `ease` (dominant) · `ease-in-out` - animated properties: font-variation-settings, transform, opacity, background-color 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 | |-------|-------| | `--not-quite-black` | `#23272a` | | `--blurple` | `#5865f2` | | `--black` | `#000` | | `--white` | `#fff` | | `--dark-charcoal` | `#2c2f33` | | `--dark-button-hover` | `#3b3b3b` | | `--button-hover` | `#8891f2` | | `--greyple` | `#99aab5` | | `--spring-green` | `#57f287` | | `--dim-grey` | `#50555f` | | `--off-white` | `#f6f6f6` | | `--dark-blurple` | `#3442d9` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1240px - nav: 80px absolute | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 910 | — | — | 144/125 | — | | 909 | 863 | — | — | 141/112 | — | | 1771 | 800 | — | — | 95/95 | — | | 2570 | 895 | — | — | 95/190 | — | | 3604 | 936 | — | — | 190/136 | — | | 4539 | 897 | — | — | 136/151 | — | ## Motion choreography (measured) - scroll reveal: 3 elements rest at translateY(-100px) (3 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Responsive (measured) - breakpoints: 450px · 550px · 595px · 768px · 834px · 1024px - mobile (390px): hero 44px · body 16px · 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/discord-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #5865F2 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #1C1D23;
--color-surface: #292A30;
--color-border: #3E3E44;
--color-text: #FFFFFF;
--color-text-muted: #A8A9AB;
--color-primary: #5865F2; /* primary brand / action color. */
--color-accent: #5865F2; /* 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: #5865F2; /* inline text links — shares the action color. */
--color-button-bg: #5865F2; /* primary-button fill — the main call-to-action color. */
--color-button-text: #1C1D23;
/* measured weights: 400, 500, 600, 700, 800 — use these, not 400/600 */
--text-hero: 61px; --font-weight-hero: 700; --leading-hero: 25px; --tracking-hero: -0.61px;
--text-h2: 56px; --font-weight-h2: 700; --leading-h2: 48px; --tracking-h2: -0.56px;
--text-h3: 36px; --font-weight-h3: 800; --leading-h3: 33px; --tracking-h3: -0.36px;
--text-body: 20px; --font-weight-body: 400; --leading-body: 26px;
--text-small: 19px; --font-weight-small: 600; --leading-small: 25px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 16px;
--shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
--color-btn-hover: #C7C8CE; /* measured primary hover fill */
--ease-brand: ease;
--duration-fast: 250ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 300ms;
--duration-slow: 400ms;
--section-y: 95px; /* per-section vertical padding (measured) */
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 10, 12, 16, 20, 24, 28, 35, 40, 42px */
}Export: CSS variables
:root {
/* action color #5865F2 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #1C1D23;
--surface: #292A30;
--border: #3E3E44;
--text: #FFFFFF;
--text-muted: #A8A9AB;
--primary: #5865F2; /* primary brand / action color. */
--accent: #5865F2; /* 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: #5865F2; /* inline text links — shares the action color. */
--button-bg: #5865F2; /* primary-button fill — the main call-to-action color. */
--button-text: #1C1D23;
--text-hero: 61px; --weight-hero: 700; --leading-hero: 25px; --tracking-hero: -0.61px;
--text-h2: 56px; --weight-h2: 700; --leading-h2: 48px; --tracking-h2: -0.56px;
--text-h3: 36px; --weight-h3: 800; --leading-h3: 33px; --tracking-h3: -0.36px;
--text-body: 20px; --weight-body: 400; --leading-body: 26px;
--text-small: 19px; --weight-small: 600; --leading-small: 25px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 16px;
--shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
--btn-bg-hover: #C7C8CE;
--ease: ease;
--duration-fast: 250ms;
--duration-base: 300ms;
--duration-slow: 400ms;
--section-y: 95px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--not-quite-black: #23272a;
--blurple: #5865f2;
--black: #000;
--white: #fff;
--dark-charcoal: #2c2f33;
--dark-button-hover: #3b3b3b;
--button-hover: #8891f2;
--greyple: #99aab5;
--spring-green: #57f287;
--dim-grey: #50555f;
--off-white: #f6f6f6;
--dark-blurple: #3442d9;
}