MozaikaDesign system

Netflix Mobile — Design System

dark · consumer · high · confidence 85% · deep decode

Netflix Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

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/netflix-mobile.

Tokens

Netflix Mobile's decoded design system: background #000000, text #FFFFFF, accent #1F0103, link #1F0103, primary #1F0103; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #1F0103 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#000000
surface#0F0F0F
border#262626
text#FFFFFF
text_muted#9E9E9E
primary#1F0103
accent#1F0103
link#1F0103
button_bg#1F0103
button_text#000000

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 250ms (dominant) with ease-in-out.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: selectdiv.default-ltr-iqcdef-cache×10 → input×2 → button.default-ltr-iqcdef-cachediv.default-ltr-iqcdef-cache×2

Stagger: div ×10 — 400ms apart.

Input (measured)

height 56px · radius 0px

Responsive (measured)

Export: DESIGN.md

# Netflix Mobile — Design System

> dark, consumer, high — deep decode (measured live)

Netflix Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

## Colors

| Role | Value |
|------|-------|
| bg | `#000000` |
| surface | `#0F0F0F` |
| border | `#262626` |
| text | `#FFFFFF` |
| text_muted | `#9E9E9E` |
| primary | `#1F0103` |
| accent | `#1F0103` |
| link | `#1F0103` |
| button_bg | `#1F0103` |
| button_text | `#000000` |

**Using these colors**

- **Action color** `#1F0103` — 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`, `link`, `button_bg` are all `#1F0103` — one role, not several (your action color).
- **accent** `#1F0103` — 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.
- **Page coverage** (full-page screenshot pixels): `#141716` 41.2% · `#030303` 26.5% · `#EFEFEF` 13.9% · `#3C1E25` 8.3%

## Typography


| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 100px / 700 · lh 100px |
| h2 | 56px / 700 · lh 70px |
| h3 | 24px / 400 · lh 24px |
| body | 16px / 400 · lh 24px |
| small | 14px / 400 · lh 21px |

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

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 3px, 4px, 6px, 8px, 10px, 12px, 16px, 22px, 24px — snap all gaps/padding to these

## Radius
- base: 12px
- button: 12px
- card: 8px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#E50914` / `#FFFFFF` | none | 4px | 12px 24px 12px 24px | 500 24px | none |

**States (measured, not guessed)**

- primary hover: background `#C11119`
- primary focus: outline `2px solid rgb(255, 255, 255)`
- transition: `background-color 0.25s cubic-bezier(0.4, 0, 0.68, 0.06)`

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

## Motion
- durations: 250ms (dominant) · 200ms · 4000ms
- easings: `ease-in-out` (dominant) · `cubic-bezier(0.4, 0, 0.68, 0.06)`
- animated properties: transform, background-color, border-radius, 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.

## Layout (measured)
- container max 730px
- nav: 88px

## Motion choreography (measured)
Load order: `select` @0ms → `div.default-ltr-iqcdef-cache`×10 @615ms → `input`×2 @764ms → `button.default-ltr-iqcdef-cache` @834ms → `div.default-ltr-iqcdef-cache`×2 @834ms
- `div.default-ltr-iqcdef-cache` ×10 — backgroundColor rgb(35, 35, 35)→rgb(65, 65, 65) — 4000ms · loops
- stagger: `div` ×10 — 400ms apart

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

## Components (measured)
- input: h 56px · r 0px · bg rgba(0, 0, 0, 0) · placeholder #FFFFFF
- link: rgba(255, 255, 255, 0.7) · underline

## Responsive (measured)
- mobile (390px): hero 32px · 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/netflix-mobile

Export: Tailwind v4 (@theme)

@theme {
  /* action color #1F0103 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #000000;
  --color-surface: #0F0F0F;
  --color-border: #262626;
  --color-text: #FFFFFF;
  --color-text-muted: #9E9E9E;
  --color-primary: #1F0103;  /* primary brand / action color. */
  --color-accent: #1F0103;  /* 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: #1F0103;  /* inline text links — shares the action color. */
  --color-button-bg: #1F0103;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #000000;
  /* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
  --text-hero: 100px; --font-weight-hero: 700; --leading-hero: 100px;
  --text-h2: 56px; --font-weight-h2: 700; --leading-h2: 70px;
  --text-h3: 24px; --font-weight-h3: 400; --leading-h3: 24px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 24px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 21px;
  --radius-base: 12px;
  --radius-button: 12px;
  --radius-card: 8px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  --color-btn-hover: #C11119;  /* measured primary hover fill */
  --outline-focus: 2px solid rgb(255, 255, 255);  /* measured focus ring */
  --ease-brand: ease-in-out;
  --duration-fast: 200ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 250ms;
  --duration-slow: 4000ms;
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 3, 4, 6, 8, 10, 12, 16, 22, 24px */
}

Export: CSS variables

:root {
  /* action color #1F0103 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #000000;
  --surface: #0F0F0F;
  --border: #262626;
  --text: #FFFFFF;
  --text-muted: #9E9E9E;
  --primary: #1F0103;  /* primary brand / action color. */
  --accent: #1F0103;  /* 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: #1F0103;  /* inline text links — shares the action color. */
  --button-bg: #1F0103;  /* primary-button fill — the main call-to-action color. */
  --button-text: #000000;
  --text-hero: 100px; --weight-hero: 700; --leading-hero: 100px;
  --text-h2: 56px; --weight-h2: 700; --leading-h2: 70px;
  --text-h3: 24px; --weight-h3: 400; --leading-h3: 24px;
  --text-body: 16px; --weight-body: 400; --leading-body: 24px;
  --text-small: 14px; --weight-small: 400; --leading-small: 21px;
  --radius: 12px;
  --radius-button: 12px;
  --radius-card: 8px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  --btn-bg-hover: #C11119;
  --focus-ring: 2px solid rgb(255, 255, 255);
  --ease: ease-in-out;
  --duration-fast: 200ms;
  --duration-base: 250ms;
  --duration-slow: 4000ms;
}