MozaikaDesign system

Oura — Design System

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

Oura whispers 'Subtle. Power.' in Editorial New at 110px/300 — a hairline serif at billboard scale in warm stone #4A4741 — with Akkurat LL at 16-18px and full-pill text CTAs. Macro ring photography on skin tones does the selling; wearable health styled like a fragrance campaign, which is precisely its premium position.

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/oura.

Tokens

Oura's decoded design system: background #F7F1E8, text #4A4741, accent #2A72DE, link #5B6550, primary #F7F1E8; type scale h1 110px / h2 18px / body 16px; 8px spacing base; 4px base radius. The single interactive/action color is #2A72DE — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#F7F1E8
surface#ECE6DD
border#DDD7CE
text#4A4741
text_muted#8B8780
primary#F7F1E8
accent#2A72DE
link#5B6550
secondary#2A72DE
button_bg#2A72DE
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--color-component-overlay-bgrgba(25, 25, 37, 0.9)
--color-component-button-primary-bg-default-neutral-inverse-resting#ffffff
--color-component-button-primary-text-default-neutral-inverse-resting#0c0c14
--color-component-button-primary-bg-default-neutral-inverse-hover#e5e5e9
--color-component-button-primary-text-default-neutral-inverse-hover#313142
--color-component-button-secondary-icon-default-neutral-inverse-resting#ffffff
--color-component-button-secondary-text-default-neutral-inverse-resting#ffffff
--color-fill-brand-indigo#4a4af4
--color-primary-light#A8A9FC
--color-primary-dark#2F2FC1

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: span.text-base×3 → span.text-base×3 → span.text-base×3 → span.text-base×3

Scroll reveal: 4 elements rest at opacity 0, animate in over 1000ms.

Stagger: div ×6 — 250ms apart.

Input (measured)

height 40px · radius 12px

Responsive (measured)

Per-section tokens (6)

Export: DESIGN.md

# Oura — Design System

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

Oura whispers 'Subtle. Power.' in Editorial New at 110px/300 — a hairline serif at billboard scale in warm stone #4A4741 — with Akkurat LL at 16-18px and full-pill text CTAs. Macro ring photography on skin tones does the selling; wearable health styled like a fragrance campaign, which is precisely its premium position.

## Colors

| Role | Value |
|------|-------|
| bg | `#F7F1E8` |
| surface | `#ECE6DD` |
| border | `#DDD7CE` |
| text | `#4A4741` |
| text_muted | `#8B8780` |
| primary | `#F7F1E8` |
| accent | `#2A72DE` |
| link | `#5B6550` |
| secondary | `#2A72DE` |
| button_bg | `#2A72DE` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#2A72DE` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `secondary`, `button_bg` are all `#2A72DE` — one role, not several (your action color).
- **accent** `#2A72DE` — 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** `#F7F1E8` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #2A72DE).
- **link** `#5B6550` — reads as a neutral UI color, not a link accent — verify against the reference (action = #2A72DE).
- **Page coverage** (full-page screenshot pixels): `#B6B5B1` 29% · `#C4C2C0` 28.5% · `#302A28` 12% · `#FFFFFF` 11.4%

## Typography

- Heading: **Editorial New** _(free fallback: Fraunces)_
- Body: **Akkurat LL** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 110px / 300 · lh 121px · tracking -5.5px |
| h2 | 80px / 300 · lh 100px · tracking -2px |
| h3 | 48px / 200 · lh 48px |
| body | 24px / 400 · lh 30px |
| small | 19px / 600 · lh 25px |
| eyebrow | 18px / 700 · tracking 0.9px |

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

> **Fonts —** Editorial New is proprietary — closest free match: Fraunces (Google). Load Fraunces; keep Editorial New first so licensed users still get it. Akkurat LL may be proprietary — safe free fallback: Newsreader (Google Fonts).

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

## Radius
- base: 4px
- button: 9999px
- card: 8px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#2A72DE` / `#FFFFFF` | none | 3.35544e+07px | 12px 24px 12px 24px | 700 16px | none |
| secondary | `#F7F1E8` / `#4A4741` | none | 9999px | — | — | none |

**States (measured, not guessed)**

- primary focus: outline `2px solid rgb(49, 132, 255)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px`

## Motion
- durations: 150ms (dominant) · 300ms · 500ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant)
- 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 |
|-------|-------|
| `--color-component-overlay-bg` | `rgba(25, 25, 37, 0.9)` |
| `--color-component-button-primary-bg-default-neutral-inverse-resting` | `#ffffff` |
| `--color-component-button-primary-text-default-neutral-inverse-resting` | `#0c0c14` |
| `--color-component-button-primary-bg-default-neutral-inverse-hover` | `#e5e5e9` |
| `--color-component-button-primary-text-default-neutral-inverse-hover` | `#313142` |
| `--color-component-button-secondary-icon-default-neutral-inverse-resting` | `#ffffff` |
| `--color-component-button-secondary-text-default-neutral-inverse-resting` | `#ffffff` |
| `--color-fill-brand-indigo` | `#4a4af4` |
| `--color-primary-light` | `#A8A9FC` |
| `--color-primary-dark` | `#2F2FC1` |
| `--color-greyscale-black-60` | `#6D6E71` |
| `--color-ui-colors-background-neutral-2` | `#F0F5F7` |

_…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 1440px · common grid: 24-col
- nav: 90px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 900 | 479 | 2 | 24 | 0/0 | — |
| 1379 | 1369 | 24 | — | 0/64 | — |
| 2748 | 1251 | 24 | — | 0/96 | — |
| 3999 | 936 | 24 | — | 64/64 | — |

## Motion choreography (measured)
Load order: `span.text-base`×3 @0ms → `span.text-base`×3 @0ms → `span.text-base`×3 @0ms → `span.text-base`×3 @0ms
- stagger: `div` ×6 — 250ms apart
- scroll reveal: 4 elements rest at opacity 0, animate in over 1000ms (2 revealed during the drive).

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

## Components (measured)
- input: h 40px · r 12px · bg #4A4741 · placeholder #FFFFFF
- card ×3: pad 24px 24px 24px 24px · r 8px · bg #F7F1E8
  - hover: font-weight `400` · letter-spacing `normal`
- link: #FFFFFF · no underline
- disabled: bg #F7F1E8 · text #838280

## Responsive (measured)
- breakpoints: 320px · 425px · 550px · 768px · 896px · 1024px
- mobile (390px): hero 48px · 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/oura

Export: Tailwind v4 (@theme)

@theme {
  /* action color #2A72DE — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #F7F1E8;
  --color-surface: #ECE6DD;
  --color-border: #DDD7CE;
  --color-text: #4A4741;
  --color-text-muted: #8B8780;
  --color-primary: #F7F1E8;  /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #2A72DE). */
  --color-accent: #2A72DE;  /* 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: #5B6550;  /* reads as a neutral UI color, not a link accent — verify against the reference (action = #2A72DE). */
  --color-secondary: #2A72DE;  /* same color as the action (see accent). */
  --color-button-bg: #2A72DE;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Editorial New is proprietary — closest free match: Fraunces (Google). Load Fraunces; keep Editorial New first so licensed users still get it. Akkurat LL may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Editorial New", "Fraunces", Georgia, 'Times New Roman', serif;
  --font-body: "Akkurat LL", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 200, 300, 400, 600, 700 — use these, not 400/600 */
  --text-hero: 110px; --font-weight-hero: 300; --leading-hero: 121px; --tracking-hero: -5.5px;
  --text-h2: 80px; --font-weight-h2: 300; --leading-h2: 100px; --tracking-h2: -2px;
  --text-h3: 48px; --font-weight-h3: 200; --leading-h3: 48px;
  --text-body: 24px; --font-weight-body: 400; --leading-body: 30px;
  --text-small: 19px; --font-weight-small: 600; --leading-small: 25px;
  --text-eyebrow: 18px; --font-weight-eyebrow: 700; --tracking-eyebrow: 0.9px;
  --radius-base: 4px;
  --radius-button: 9999px;
  --radius-card: 8px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  --outline-focus: 2px solid rgb(49, 132, 255);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --section-y: 64px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 8, 10, 12, 16, 20, 24, 28, 32, 40, 48px */
}

Export: CSS variables

:root {
  /* action color #2A72DE — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #F7F1E8;
  --surface: #ECE6DD;
  --border: #DDD7CE;
  --text: #4A4741;
  --text-muted: #8B8780;
  --primary: #F7F1E8;  /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #2A72DE). */
  --accent: #2A72DE;  /* 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: #5B6550;  /* reads as a neutral UI color, not a link accent — verify against the reference (action = #2A72DE). */
  --secondary: #2A72DE;  /* same color as the action (see accent). */
  --button-bg: #2A72DE;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Editorial New", "Fraunces", Georgia, 'Times New Roman', serif;
  --font-body: "Akkurat LL", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 110px; --weight-hero: 300; --leading-hero: 121px; --tracking-hero: -5.5px;
  --text-h2: 80px; --weight-h2: 300; --leading-h2: 100px; --tracking-h2: -2px;
  --text-h3: 48px; --weight-h3: 200; --leading-h3: 48px;
  --text-body: 24px; --weight-body: 400; --leading-body: 30px;
  --text-small: 19px; --weight-small: 600; --leading-small: 25px;
  --text-eyebrow: 18px; --weight-eyebrow: 700; --tracking-eyebrow: 0.9px;
  --radius: 4px;
  --radius-button: 9999px;
  --radius-card: 8px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  --focus-ring: 2px solid rgb(49, 132, 255);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --section-y: 64px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --color-component-overlay-bg: rgba(25, 25, 37, 0.9);
  --color-component-button-primary-bg-default-neutral-inverse-resting: #ffffff;
  --color-component-button-primary-text-default-neutral-inverse-resting: #0c0c14;
  --color-component-button-primary-bg-default-neutral-inverse-hover: #e5e5e9;
  --color-component-button-primary-text-default-neutral-inverse-hover: #313142;
  --color-component-button-secondary-icon-default-neutral-inverse-resting: #ffffff;
  --color-component-button-secondary-text-default-neutral-inverse-resting: #ffffff;
  --color-fill-brand-indigo: #4a4af4;
  --color-primary-light: #A8A9FC;
  --color-primary-dark: #2F2FC1;
  --color-greyscale-black-60: #6D6E71;
  --color-ui-colors-background-neutral-2: #F0F5F7;
}
/* fonts: Editorial New is proprietary — closest free match: Fraunces (Google). Load Fraunces; keep Editorial New first so licensed users still get it. Akkurat LL may be proprietary — safe free fallback: Newsreader (Google Fonts). */