ElevenLabs — decoded design system
ElevenLabs'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/elevenlabs.io.
Decoded design system
ElevenLabs's decoded design system: background #FDFCFC, text #000000, accent #000000, link #777169, primary #000000; type scale h1 48px / h2 36px / body 15px; 4px spacing base; 4px base radius. The single interactive/action color is #000000 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FDFCFC |
| surface | #EDECEC |
| border | #D7D6D6 |
| text | #000000 |
| text_muted | #605F5F |
| primary | #000000 |
| accent | #000000 |
| link | #777169 |
| button_bg | #000000 |
| button_text | #FFFFFF |
Using these colors
- Action color
#000000— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#000000— one role, not several (the action color).- accent
#000000— 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
#777169— reads as a neutral UI color, not a link accent — verify against the reference (action = #000000).
Typography
- Heading: Waldenburg
- Body: Inter
- Mono: Geist Mono
- h1: 48px
- h2: 36px
- body: 15px
Spacing
- base unit: 4px
- scale: 4px, 6px, 8px, 12px, 14px, 16px, 20px, 24px, 28px, 32px
Radii
- base: 4px
- button: 9999px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.4) 0px 0px 1px 0px, rgba(0, 0, 0, 0.04) 0px 1px 1px 0px, rgba(0, 0, 0, 0.04) 0px 2px 4px 0px - overlay:
rgba(78, 50, 23, 0.04) 0px 6px 16px 0px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 300ms · 200ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·ease-out - animated properties: opacity, color, background-color, border-color
Native design tokens
| Token | Value |
|---|---|
--page-background-color | #FDFCFC |
--green-900 | #064E37 |
--cyan-800 | #1E566C |
--blue-400 | #7294E3 |
--purple-200 | #EEDBF9 |
--neutral-800 | #464646 |
--neutral-300 | #BDBDBD |
--neutral-500 | #767676 |
--neutral-100 | #E5E5E5 |
--orange-700 | #BD3F11 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#44403B
Layout (measured)
- container max-width:
1170px - nav: 36px
Motion choreography (measured)
Load order: a → div.cookiebanner-mw
Scroll reveal: 2 elements rest at translateY(12px), animate in over 0.5s cubic-bezier(0.4, 0, 0.2, 1).
Responsive (measured)
- breakpoints: 600px · 640px · 768px · 1000px · 1024px · 1280px
- mobile (390px): hero 36px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/elevenlabs.io
registry item · or query it over MCP: get_design_system("ElevenLabs")
Export: DESIGN.md
# ElevenLabs — Design System > light, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FDFCFC` | | surface | `#EDECEC` | | border | `#D7D6D6` | | text | `#000000` | | text_muted | `#605F5F` | | primary | `#000000` | | accent | `#000000` | | link | `#777169` | | button_bg | `#000000` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#000000` — 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`, `button_bg` are all `#000000` — one role, not several (your action color). - **accent** `#000000` — 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** `#777169` — reads as a neutral UI color, not a link accent — verify against the reference (action = #000000). - **Page coverage** (full-page screenshot pixels): `#FDFCFC` 87.1% · `#CEB9B7` 12.9% ## Typography - Heading: **Waldenburg** _(free fallback: Newsreader)_ - Body: **Inter** - Mono: **Geist Mono** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 48px / 300 · lh 52px · tracking -0.96px | | h2 | 36px / 300 · lh 42px | | body | 15px / 400 · lh 22px · tracking 0.15px | | small | 14px / 400 · lh 20px | - Weight ladder: 300 · 400 · 500 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Waldenburg may be proprietary — safe free fallback: Newsreader (Google Fonts). Inter — free, on Google. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 12px, 14px, 16px, 20px, 24px, 28px, 32px — snap all gaps/padding to these - section rhythm: 40px top/bottom padding per section (measured) ## Radius - base: 4px - button: 9999px - card: 4px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#000000` / `#FFFFFF` | none | 9999px | 0px 14px 0px 14px | 400 14px | none | | secondary | `#FFFFFF` / `#000000` | none | 9999px | 0px 14px 0px 14px | 400 14px | none | **States (measured, not guessed)** - primary hover: background `#44403B` - transition: `background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.4) 0px 0px 1px 0px, rgba(0, 0, 0, 0.04) 0px 1px 1px 0px, rgba(0, 0, 0, 0.04) 0px 2px 4px 0px` - overlay: `rgba(78, 50, 23, 0.04) 0px 6px 16px 0px` ## Motion - durations: 150ms (dominant) · 300ms · 200ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-out` - animated properties: opacity, color, background-color, border-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 | |-------|-------| | `--page-background-color` | `#FDFCFC` | | `--green-900` | `#064E37` | | `--cyan-800` | `#1E566C` | | `--blue-400` | `#7294E3` | | `--purple-200` | `#EEDBF9` | | `--neutral-800` | `#464646` | | `--neutral-300` | `#BDBDBD` | | `--neutral-500` | `#767676` | | `--neutral-100` | `#E5E5E5` | | `--orange-700` | `#BD3F11` | | `--blue-100` | `#E1E8F9` | | `--yellow-950` | `#3E240A` | _…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 1170px - nav: 36px | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 439 | 678 | — | — | 0/0 | — | | 1168 | 261 | — | — | 0/0 | — | | 1429 | 269 | — | — | 0/0 | — | | 1698 | 560 | — | — | 0/0 | — | | 2258 | 384 | — | — | 0/0 | — | | 2642 | 854 | — | — | 0/0 | — | | 3620 | 384 | — | — | 0/0 | — | | 4004 | 832 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `a` @0ms → `div.cookiebanner-mw` @1118ms - scroll reveal: 2 elements rest at translateY(12px), animate in over 0.5s cubic-bezier(0.4, 0, 0.2, 1) (1 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #000000 · no underline - disabled: bg rgba(0, 0, 0, 0) · text #000000 ## Responsive (measured) - breakpoints: 600px · 640px · 768px · 1000px · 1024px · 1280px - mobile (390px): hero 36px · body 17px · nav: hamburger ## 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.
An automated reading of ElevenLabs's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with elevenlabs.io. No screenshots stored. Removal requests: hello@mozaika.design.