Ultrahuman — decoded design system
Ultrahuman'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/ultrahuman.com.
Decoded design system
Ultrahuman's decoded design system: background #FFFFFF, text #000000, accent #0882FF, link #FFFFFF, primary #0882FF; type scale h1 40px / h2 36px / body 16px; 4px spacing base; 20px base radius. The single interactive/action color is #007FF5 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #0882FF |
| accent | #0882FF |
| link | #FFFFFF |
| secondary | #0279E8 |
| button_bg | #007FF5 |
| button_text | #FFFFFF |
Using these colors
- Action color
#007FF5— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#0882FF— one role, not several (the action color).- accent
#0882FF— accent for emphasis — keep it rare on the page. - link
#FFFFFF— fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - secondary
#0279E8— 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.
Typography
- Heading: Graphik
- Body: Graphik
- Mono: JetBrains Mono
- h1: 40px
- h2: 36px
- body: 16px
Spacing
- base unit: 4px
- scale: 4px, 6px, 8px, 10px, 12px, 16px, 24px, 32px, 40px, 64px
Radii
- base: 20px
- button: 24px
Motion
Micro-interactions run at 200ms (dominant) with ease-in-out.
- durations: 200ms · 300ms · 100ms
- easings:
ease-in-out·ease-out - animated properties: transform, opacity
Native design tokens
| Token | Value |
|---|---|
--font-inter | "Inter", system-ui, sans-serif |
--font-graphik-italic | "graphikItalic", system-ui, sans-serif |
--font-jetbrains-mono | "JetBrains Mono", monospace |
--font-graphik | "graphik", "graphik Fallback", system-ui, sans-serif |
--grid-column-gap | 48px |
--viewportHeight | 900px |
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1320px - nav: 48px relative
- common grid: 2 columns
Motion choreography (measured)
Load order: div.cold → p.sc-433c8452-4 → button.sc-89dce803-0×2 → button.sc-89dce803-0×2 → span.ring×3
Stagger: span ×3 — 500ms apart.
Responsive (measured)
- breakpoints: 576px · 768px · 992px · 1024px · 1200px · 1400px
- mobile (390px): hero 20px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/ultrahuman.com
registry item · or query it over MCP: get_design_system("Ultrahuman")
Export: DESIGN.md
# Ultrahuman — Design System > light, modern, high, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#0882FF` | | accent | `#0882FF` | | link | `#FFFFFF` | | secondary | `#0279E8` | | button_bg | `#007FF5` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#007FF5` — 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 `#0882FF` — one role, not several. - **accent** `#0882FF` — accent for emphasis — keep it rare on the page. - **link** `#FFFFFF` — fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - **secondary** `#0279E8` — 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): `#FAFAFA` 65.8% · `#585449` 9.6% · `#76746D` 8.9% · `#1E285F` 8.4% ## Typography - Heading: **Graphik** _(free fallback: Inter)_ - Body: **Graphik** _(free fallback: Inter)_ - Mono: **JetBrains Mono** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 40px / 500 · lh 48px · tracking -2px | | h2 | 36px / 500 · lh 43px · tracking -1.44px | | h3 | 24px / 500 · tracking -0.4px | | body | 16px / 500 · lh 16px · tracking -0.6px | | small | 14px / 500 · lh 21px | | eyebrow | 12px / 400 · tracking 0.6px | - Weight ladder: 400 · 500 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Graphik is proprietary — closest free match: Inter (Google). Load Inter; keep Graphik first so licensed users still get it. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 10px, 12px, 16px, 24px, 32px, 40px, 64px — snap all gaps/padding to these - section rhythm: 40px top/bottom padding per section (measured) ## Radius - base: 20px - button: 24px - card: 50px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#007FF5` / `#FFFFFF` | none | 24px | 8px 16px 7px 16px | 500 16px / -0.6px | none | | secondary | `#EDEDED` / `#000000` | none | 50px | — | — | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` ## Motion - durations: 200ms (dominant) · 300ms · 100ms - easings: `ease-in-out` (dominant) · `ease-out` - animated properties: transform, opacity 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 | |-------|-------| | `--font-inter` | `"Inter", system-ui, sans-serif` | | `--font-graphik-italic` | `"graphikItalic", system-ui, sans-serif` | | `--font-jetbrains-mono` | `"JetBrains Mono", monospace` | | `--font-graphik` | `"graphik", "graphik Fallback", system-ui, sans-serif` | | `--grid-column-gap` | `48px` | | `--viewportHeight` | `900px` | Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1320px · common grid: 2-col - nav: 48px relative | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 900 | — | — | 0/0 | — | | 900 | 675 | — | — | 0/0 | — | | 1575 | 855 | 2 | — | 40/40 | 86/14 | | 2430 | 826 | — | — | 8/8 | — | | 3256 | 826 | — | — | 8/8 | — | | 4082 | 826 | — | — | 8/8 | — | ## Motion choreography (measured) Load order: `div.cold` @0ms → `p.sc-433c8452-4` @1ms → `button.sc-89dce803-0`×2 @178ms → `button.sc-89dce803-0`×2 @180ms → `span.ring`×3 @180ms - `p.sc-433c8452-4` — opacity 0→1 — 500ms ease - `span.ring` ×3 — opacity 1→0 · transform translate(-50%, -50%) scale(0)→translate(-50%, -50%) scale(1.5) — 1500ms ease-out - stagger: `span` ×3 — 500ms apart Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - disabled: bg #C2C2C2 · text rgba(16, 16, 16, 0.3) ## Responsive (measured) - breakpoints: 576px · 768px · 992px · 1024px · 1200px · 1400px - mobile (390px): hero 20px · body 10px · 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.
An automated reading of Ultrahuman's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with ultrahuman.com. No screenshots stored. Removal requests: hello@mozaika.design.