Discord Mobile — decoded design system
Discord Mobile's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/discord.com.
Decoded design system
Discord Mobile's decoded design system: background #1A2081, text #000000, accent #5865F2, link #FFFFFF, primary #5865F2; type scale h1 61px / h2 56px / body 20px; 4px spacing base; 12px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #1A2081 |
| surface | #181E79 |
| border | #161B6D |
| text | #000000 |
| text_muted | #090C31 |
| primary | #5865F2 |
| accent | #5865F2 |
| link | #FFFFFF |
| button_bg | #FFFFFF |
| button_text | #23272A |
Using these colors
- Action color
#FFFFFF— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#5865F2— one role, not several (the action color).link,button_bgare all#FFFFFF— one role, not several (the action color).- accent
#5865F2— accent for emphasis — keep it rare on the page.
Typography
- Heading: Abcgintodiscordnord
- Body: Abcgintodiscord
- h1: 61px
- h2: 56px
- body: 20px
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
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/discord.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/discord.theme.ts https://mozaika.design/api/astryx/decode/discord.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("Discord Mobile")
Export: DESIGN.md
# Discord Mobile — Design System > dark, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#1A2081` | | surface | `#181E79` | | border | `#161B6D` | | text | `#000000` | | text_muted | `#090C31` | | primary | `#5865F2` | | accent | `#5865F2` | | link | `#FFFFFF` | | button_bg | `#FFFFFF` | | button_text | `#23272A` | **Using these colors** - **Action color** `#FFFFFF` — 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` are all `#5865F2` — one role, not several. - `link`, `button_bg` are all `#FFFFFF` — one role, not several (your action color). - **accent** `#5865F2` — accent for emphasis — keep it rare on the page. - **Page coverage** (full-page screenshot pixels): `#181D7D` 35.2% · `#02021A` 28.3% · `#0C0E50` 14.3% · `#FFFFFF` 12% ## Typography - Heading: **Abcgintodiscordnord** _(free fallback: Newsreader)_ - Body: **Abcgintodiscord** _(free fallback: Newsreader)_ | 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. > **Fonts —** Abcgintodiscordnord may be proprietary — safe free fallback: Newsreader (Google Fonts). Abcgintodiscord may be proprietary — safe free fallback: Newsreader (Google Fonts). ## 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/decode/discord.com
An automated reading of Discord Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with discord.com. No screenshots stored. Removal requests: hello@mozaika.design.