MozaikaDesign system

Hume AI — Design System

light · modern · medium · tailwind · confidence 92% · deep decode

Hume measures feeling in Fellix at 48px on a tuned 520 weight, warm cream #FFF9F3, and expression-blob visualizations as the only exuberance. The 'Emotional Intelligence Lab for Voice AI' keeps its own voice clinical-warm — rounded geometry, gentle gradients, research-paper composure around empathic technology.

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/hume-ai.

Tokens

Hume AI's decoded design system: background #FFF9F3, text #222222, accent #FFFAF4, link #FCE0EE, primary #E6D1ED; type scale h1 48px / h2 30px / body 16px; 8px spacing base; 0px base radius. The single interactive/action color is #FFFAF4 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFF9F3
surface#F1ECE6
border#DDD8D3
text#222222
text_muted#757371
primary#E6D1ED
accent#FFFAF4
link#FCE0EE
secondary#FFDFB8
button_bg#FFFAF4
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--background#fff9f3
--foreground#222
--accent-pink#f7bbe6
--accent-magenta#ea93f3
--accent-purple#c094e4
--accent-blue#7fb8ef
--accent-sky#9ddbfb
--accent-mint#85e4c5
--accent-green#7bd289
--accent-lime#c1d581

…and 84 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Scroll reveal: 14 elements rest at opacity 0, translateY(24px), animate in over 500ms.

Stagger: div ×5 — 100ms apart.

Input (measured)

height 48px · radius 3.35544e+07px · focus ring rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.999994 0.0000455678 0.0000200868 / 0.3) 0px 0px 0px 2px, rgba(0, 0, 0, 0) 0px 0px 0px 0px

Responsive (measured)

Per-section tokens (9)

Export: DESIGN.md

# Hume AI — Design System

> light, modern, medium, tailwind — deep decode (measured live)

Hume measures feeling in Fellix at 48px on a tuned 520 weight, warm cream #FFF9F3, and expression-blob visualizations as the only exuberance. The 'Emotional Intelligence Lab for Voice AI' keeps its own voice clinical-warm — rounded geometry, gentle gradients, research-paper composure around empathic technology.

## Colors

| Role | Value |
|------|-------|
| bg | `#FFF9F3` |
| surface | `#F1ECE6` |
| border | `#DDD8D3` |
| text | `#222222` |
| text_muted | `#757371` |
| primary | `#E6D1ED` |
| accent | `#FFFAF4` |
| link | `#FCE0EE` |
| secondary | `#FFDFB8` |
| button_bg | `#FFFAF4` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#FFFAF4` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `button_bg` are all `#FFFAF4` — one role, not several (your action color).
- **accent** `#FFFAF4` — 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.
- **primary** `#E6D1ED` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #FFFAF4).
- **link** `#FCE0EE` — fails contrast on the background (~1.2:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **secondary** `#FFDFB8` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
- **Page coverage** (full-page screenshot pixels): `#FFF9F3` 89.8% · `#F1D6D4` 8.2% · `#B59AA2` 2%

## Typography

- Heading: **Fellix** _(free fallback: Newsreader)_
- Body: **Fellix** _(free fallback: Newsreader)_
- Mono: **PP Fraktion Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 48px / 520 · lh 48px · tracking -1.2px |
| h2 | 36px / 520 · lh 40px · tracking -0.9px |
| h3 | 30px / 520 · lh 36px · tracking -0.75px |
| body | 14px / 400 · lh 20px |
| small | 12px / 400 · lh 16px · tracking 0.3px |
| eyebrow | 12px / 400 · tracking 0.3px |

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

> **Fonts —** Fellix may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 4px, 8px, 12px, 16px, 20px, 24px, 32px, 48px, 64px, 96px — snap all gaps/padding to these
- section rhythm: 112px top/bottom padding per section (measured)

## Radius
- base: 0px
- button: 9999px
- card: 8px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#222222` / `#FFF9F3` | none | 3.35544e+07px | 8px 16px 8px 16px | 400 14px | none |
| secondary | `#222222` / `#FFF9F3` | none | 9999px | — | — | none |

**States (measured, not guessed)**

- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `all 0.3s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 150ms (dominant) · 200ms · 300ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0, 0, 0.2, 1)`
- animated properties: background-color, color, border-color, outline-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 |
|-------|-------|
| `--background` | `#fff9f3` |
| `--foreground` | `#222` |
| `--accent-pink` | `#f7bbe6` |
| `--accent-magenta` | `#ea93f3` |
| `--accent-purple` | `#c094e4` |
| `--accent-blue` | `#7fb8ef` |
| `--accent-sky` | `#9ddbfb` |
| `--accent-mint` | `#85e4c5` |
| `--accent-green` | `#7bd289` |
| `--accent-lime` | `#c1d581` |
| `--accent-orange` | `#ffb760` |
| `--accent-coral` | `#f89d6b` |

_…and 82 more measured on the page._

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

## Layout (measured)
- container max 960px · common grid: 3-col
- nav: 64px fixed · backdrop blur(0px) · bg rgba(255, 249, 243, 0)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 828 | — | — | 0/0 | — |
| 828 | 1196 | 3 | 16 | 112/112 | — |
| 2024 | 1108 | — | — | 32/112 | — |
| 3132 | 728 | 3 | 16 | 32/112 | — |
| 3860 | 368 | — | — | 96/96 | — |
| 4228 | 289 | 2 | 64 | 0/0 | — |

## Motion choreography (measured)
- stagger: `div` ×5 — 100ms apart
- scroll reveal: 14 elements rest at opacity 0, translateY(24px), animate in over 500ms (14 revealed during the drive).

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

## Components (measured)
- input: h 48px · r 3.35544e+07px · bg oklab(0.999994 0.0000455678 0.0000200868 / 0.1) · placeholder oklab(0.999994 0.0000455678 0.0000200868 / 0.4)
  - focus ring: `` — this exact construction, don't invent your own
- disabled: bg oklab(0.999994 0.0000455678 0.0000200868 / 0.2) · text oklab(0.999994 0.0000455678 0.0000200868 / 0.4)

## Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px
- mobile (390px): hero 30px · body 16px · 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.

---

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

Export: Tailwind v4 (@theme)

@theme {
  /* action color #FFFAF4 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFF9F3;
  --color-surface: #F1ECE6;
  --color-border: #DDD8D3;
  --color-text: #222222;
  --color-text-muted: #757371;
  --color-primary: #E6D1ED;  /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #FFFAF4). */
  --color-accent: #FFFAF4;  /* 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: #FCE0EE;  /* fails contrast on the background (~1.2:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --color-secondary: #FFDFB8;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --color-button-bg: #FFFAF4;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Fellix may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Fellix", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Fellix", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "PP Fraktion Mono", ui-monospace, monospace;
  /* measured weights: 400, 520 — use these, not 400/600 */
  --text-hero: 48px; --font-weight-hero: 520; --leading-hero: 48px; --tracking-hero: -1.2px;
  --text-h2: 36px; --font-weight-h2: 520; --leading-h2: 40px; --tracking-h2: -0.9px;
  --text-h3: 30px; --font-weight-h3: 520; --leading-h3: 36px; --tracking-h3: -0.75px;
  --text-body: 14px; --font-weight-body: 400; --leading-body: 20px;
  --text-small: 12px; --font-weight-small: 400; --leading-small: 16px; --tracking-small: 0.3px;
  --text-eyebrow: 12px; --font-weight-eyebrow: 400; --tracking-eyebrow: 0.3px;
  --radius-base: 0px;
  --radius-button: 9999px;
  --radius-card: 8px;
  --radius-pill: 9999px;
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --section-y: 112px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 12, 16, 20, 24, 32, 48, 64, 96px */
}

Export: CSS variables

:root {
  /* action color #FFFAF4 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFF9F3;
  --surface: #F1ECE6;
  --border: #DDD8D3;
  --text: #222222;
  --text-muted: #757371;
  --primary: #E6D1ED;  /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #FFFAF4). */
  --accent: #FFFAF4;  /* 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: #FCE0EE;  /* fails contrast on the background (~1.2:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --secondary: #FFDFB8;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --button-bg: #FFFAF4;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Fellix", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Fellix", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "PP Fraktion Mono", ui-monospace, monospace;
  --text-hero: 48px; --weight-hero: 520; --leading-hero: 48px; --tracking-hero: -1.2px;
  --text-h2: 36px; --weight-h2: 520; --leading-h2: 40px; --tracking-h2: -0.9px;
  --text-h3: 30px; --weight-h3: 520; --leading-h3: 36px; --tracking-h3: -0.75px;
  --text-body: 14px; --weight-body: 400; --leading-body: 20px;
  --text-small: 12px; --weight-small: 400; --leading-small: 16px; --tracking-small: 0.3px;
  --text-eyebrow: 12px; --weight-eyebrow: 400; --tracking-eyebrow: 0.3px;
  --radius: 0px;
  --radius-button: 9999px;
  --radius-card: 8px;
  --radius-pill: 9999px;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --section-y: 112px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --background: #fff9f3;
  --foreground: #222;
  --accent-pink: #f7bbe6;
  --accent-magenta: #ea93f3;
  --accent-purple: #c094e4;
  --accent-blue: #7fb8ef;
  --accent-sky: #9ddbfb;
  --accent-mint: #85e4c5;
  --accent-green: #7bd289;
  --accent-lime: #c1d581;
  --accent-orange: #ffb760;
  --accent-coral: #f89d6b;
}
/* fonts: Fellix may be proprietary — safe free fallback: Newsreader (Google Fonts). */