Streaming System Preview

Unlimited modules, rails, surfaces, and signatures.

A brand-specific catalog built from Netflix’s public web system: black stages, red commit buttons, poster rails, slab FAQs, and a split between marketing and utility flows.

Recognizable without the wordmark: dark stage, red CTA, stacked rails.
Top 10 in your region 4K + HDR
Limited Series
Signal Zero
97% matchDark thriller8 episodes
Midnight Codes
House Seven
Glass Harbor
Cold Room
23
Colors extracted
11
Type levels mapped
15
Components named
61
Root tokens previewed
01 / Colors

Black stage. White light. One red decision.

Netflix limits emotional color to the action layer and lets neutral contrast carry the rest.

primary
#E50914

Primary CTA and logo signal.

accentHover
#C11119

Darker red interaction feedback.

accentPressed
#A80D15

Pressed state for commit actions.

canvas
#000000

Theater-grade entertainment background.

surface
#161616

Soft dark staging and overlays.

surfaceAlt
#232323

FAQ rows and dark feature cards.

help-canvas
#FFFFFF

Signup and utility reset surface.

help-surface
#F4F4F4

Support notes and help slabs.

body
#221F1F

Primary ink on white surfaces.

muted
#B3B3B3

Low-priority text on dark shells.

link
#448EF4

Functional support link blue.

border
#808080

Subtle field and outline border.

02 / Typography

Heavy voice, neutral tracking, blunt hierarchy.

Strong sans, dense lines, and obvious scale jumps keep the voice direct.

Unlimited stories. Minimal ornament.
Display — 56px / 900 / 1.25 / 0em / Public Sans
Plans and pricing, stripped to essentials.
Headline LG — 40px / 800 / 1.25 / 0em / Public Sans
Choose your plan
Title LG — 32px / 700 / 1.28 / 0em / Public Sans
Trending now
Title MD — 24px / 500 / 1.2 / 0em / Public Sans
Editorial subheads hold a tighter cadence.
Title SM — 20px / 500 / 1.5 / -0.01em / Public Sans
Watch anywhere, cancel anytime, and keep the visual language direct.
Body — 16px / 400 / 1.5 / 0em / Public Sans
Body strong is used for emphasis before color shifts.
Body strong — 16px / 500 / 1.5 / 0em / Public Sans
Compact labels keep the interface crisp.
Label — 14px / 500 / 1 / 0em / Public Sans
Get Started
Button — 24px / 500 / 1 / 0em / Public Sans
Sign In
Utility button — 14px / 700 / 1.5 / 0.01em / Public Sans
03 / Buttons

Rectangular actions with one hot path.

Button context changes through density and contrast, not playful geometry or shadow stacks.

button-primary
button-primary-active
button-utility-primary
button-utility-secondary
button-utility-secondary-border
utility-light-panel
04 / Cards & Surfaces

Dark slabs, bright resets, and poster-first framing.

Netflix surfaces are flat and confident. Once a card feels floaty, it stops reading like the brand.

Enjoy on your TV

Feature storytelling sits inside charcoal containers with generous copy room and low ornament.

See devices

Watch everywhere

Streaming value props appear as dark modules instead of glossy marketing cards.

Explore formats

Premium

Red is reserved for action emphasis or a deliberately stronger plan moment.

Upgrade now

Top 10 Rail

Transparent framing lets posters and oversized rank numerals do the work.

Open row
What is Netflix?+
How much does Netflix cost?+
Where can I watch?+

Signup Utility Panel

When the flow becomes transactional, Netflix moves to white canvas, dark ink, and firmer information structure.

Continue setup
05 / Brand-Specific Product Patterns

The unmistakable Netflix modules.

These are the signatures that keep the preview from becoming a generic dark UI.

Top 10 Rail
1
2
3
Reasons To Join
Watch on any screen

TV, laptop, tablet, phone.

Download for offline

Save favorites with minimal friction.

Create profiles for kids

Family-safe spaces in the same account.

Watch everywhere

One membership, many contexts.

Plan Selection
Help Center
Plans and Pricing
Household rules, extra members, download limits.
Billing and Payments
View monthly charge and taxes.
How to change your plan
Structured information instead of marketing flourish.
06 / Forms

Translucent dark fields on stage, cleaner utility controls off stage.

Homepage fields are signature Netflix: translucent dark fill, small radius, white text, minimal chrome.

07 / Spacing

Compact internals, roomy sectional breathing.

Whitespace opens at the macro layout while rows, plans, and modules stay tightly paced.

xs
4px
sm
8px
md
16px
lg
24px
xl
32px
section
56px
08 / Radius

Mostly crisp rectangles, not playful pills.

Radius stays tight across the system; even bigger cards remain architectural rather than soft.

4px
Buttons, fields
8px
Posters, tiles
12px
Feature cards
16px
Larger shells
9999px
Rare chips only
09 / Elevation

Flat by default. Depth comes from contrast, not stacks of shadow.

Most surfaces stay shadowless. One subtle masthead shadow is enough to document the exception.

Flat surface

This brand uses flat surfaces. Depth comes from color contrast and content imagery.

Poster container

No drop shadow. The poster itself creates hierarchy within the black stage.

Masthead separation

0 4px 4px rgba(0,0,0,.25) is the rare subtle shadow seen on editorial header separation.

10 / Extracted Component Tokens

The root contract behind the preview.

All major tokens are declared as CSS custom properties so the preview stays portable and file-safe.

:root {
  --brand-primary: #E50914;
  --brand-accent-hover: #C11119;
  --brand-accent-pressed: #A80D15;
  --brand-canvas: #000000;
  --brand-surface: #161616;
  --brand-surface-alt: #232323;
  --brand-help-canvas: #FFFFFF;
  --brand-help-surface: #F4F4F4;
  --brand-body: #221F1F;
  --brand-muted: #B3B3B3;
  --brand-border: #808080;
  --brand-link: #448EF4;
  --brand-on-primary: #FFFFFF;
  --brand-on-dark: #FFFFFF;
  --display-size: 56px;
  --headline-size: 40px;
  --title-lg: 32px;
  --title-md: 24px;
  --title-sm: 20px;
  --body-size: 16px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-section: 56px;
}