Zoom Mobile — decoded design system
Zoom Mobile'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/zoom.us.
Decoded design system
Zoom Mobile's decoded design system: background #FFFFFF, text #000000, accent #0E6BDD, link #00053D, primary #0E6BDD; type scale h1 54px / h2 46px / body 14px; 4px spacing base; 12px base radius. The single interactive/action color is #0B5CFF — 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 | #0E6BDD |
| accent | #0E6BDD |
| link | #00053D |
| button_bg | #0B5CFF |
| button_text | #FFFFFF |
Using these colors
- Action color
#0B5CFF— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#0E6BDD— one role, not several (the action color).- accent
#0E6BDD— accent for emphasis — keep it rare on the page. - link
#00053D— inline text links and link-styled controls.
Typography
- Heading: Happy Face Semi Bold
- Body: Almaden Sans
- h1: 54px
- h2: 46px
- body: 14px
Spacing
- base unit: 4px
- scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 30px, 32px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px - overlay:
rgba(0, 0, 0, 0.07) 0px 9px 80px 0px, rgba(0, 0, 0, 0.04) 0px 2.01px 17.869px 0px, rgba(0, 0, 0, 0.03) 0px 0.599px 5.32px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 600ms · 350ms
- easings:
ease·ease-in-out - animated properties: transform, box-shadow, background, opacity
Button states (measured)
- primary hover: border
1px solid rgba(11, 92, 255, 0.047)· backgroundrgba(11, 92, 255, 0.62) - primary focus: outline
1px auto rgb(17, 17, 17)
Layout (measured)
- container max-width:
1110px - nav: 78px fixed
- common grid: 12 columns
Motion choreography (measured)
Load order: div.fdn-zdcm-feature-accordi → div.fdn-zdcm-feature-accordi → div.fdn-logo-slide__slides → button.nav-sidebar__accordion-b → div.custom-swiper-slider__wr → div.custom-swiper-slider__na
Scroll reveal: 1 elements rest at opacity 0, animate in over 300ms.
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0) · radius 0px
Responsive (measured)
- breakpoints: 426px · 550px · 600px · 768px · 896px · 1024px
- mobile (390px): hero 34px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/zoom.us
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/zoom.theme.ts https://mozaika.design/api/astryx/decode/zoom.us.ts
registry item · astryx theme · or query it over MCP: get_design_system("Zoom Mobile")
Export: DESIGN.md
# Zoom Mobile — Design System > light, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#0E6BDD` | | accent | `#0E6BDD` | | link | `#00053D` | | button_bg | `#0B5CFF` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#0B5CFF` — 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 `#0E6BDD` — one role, not several. - **accent** `#0E6BDD` — accent for emphasis — keep it rare on the page. - **link** `#00053D` — inline text links and link-styled controls. - **Page coverage** (full-page screenshot pixels): `#FFFFFF` 27.7% · `#10307F` 22.2% · `#5C7AC4` 17.7% · `#071138` 14.8% ## Typography - Heading: **Happy Face Semi Bold** _(free fallback: Newsreader)_ - Body: **Almaden Sans** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 54px / 500 · lh 60px | | h2 | 46px / 500 · lh 52px | | h3 | 32px / 500 · lh 38px | | body | 14px / 400 · lh 17px | | small | 12px / 400 · lh 14px | | eyebrow | 11px / 600 · tracking 2.28px | - Weight ladder: 400 · 450 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Happy Face Semi Bold may be proprietary — safe free fallback: Newsreader (Google Fonts). Almaden Sans may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 30px, 32px — snap all gaps/padding to these - section rhythm: 60px top/bottom padding per section (measured) ## Radius - base: 12px - button: 12px - card: 8px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#0B5CFF` / `#FFFFFF` | 1px solid rgb(11, 92, 255) | 12px | 4px 20px 4px 20px | 600 14px | none | **States (measured, not guessed)** - primary hover: border `1px solid rgba(11, 92, 255, 0.047)` · background `rgba(11, 92, 255, 0.62)` - primary focus: outline `1px auto rgb(17, 17, 17)` - transition: `all 0.5s ease` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px` - overlay: `rgba(0, 0, 0, 0.07) 0px 9px 80px 0px, rgba(0, 0, 0, 0.04) 0px 2.01px 17.869px 0px, rgba(0, 0, 0, 0.03) 0px 0.599px 5.32px 0px` ## Motion - durations: 300ms (dominant) · 600ms · 350ms - easings: `ease` (dominant) · `ease-in-out` - animated properties: transform, box-shadow, background, opacity 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 1110px · common grid: 12-col - nav: 78px fixed | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 1032 | — | — | 78/0 | — | | 878 | 305 | — | — | 0/0 | — | | 1032 | 1004 | 12 | 40 | 100/0 | — | | 2036 | 637 | 12 | 40 | 80/60 | — | | 2673 | 839 | 12 | 40 | 60/60 | — | | 2898 | 534 | 5 | 40 | 0/0 | 19/24/16/10/30 | | 3512 | 254 | 2 | — | 60/60 | — | | 3766 | 1069 | 12 | 40 | 0/0 | — | ## Motion choreography (measured) Load order: `div.fdn-zdcm-feature-accordi` @0ms → `div.fdn-zdcm-feature-accordi` @0ms → `div.fdn-logo-slide__slides` @0ms → `button.nav-sidebar__accordion-b` @1005ms → `div.custom-swiper-slider__wr` @1005ms → `div.custom-swiper-slider__na` @1005ms - `div.fdn-logo-slide__slides` — transform translateX(0px)→translateX(-50%) — 20000ms · loops - scroll reveal: 1 elements rest at opacity 0, animate in over 300ms (0 revealed during the drive). - overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #0B5CFF · underline ## Responsive (measured) - breakpoints: 426px · 550px · 600px · 768px · 896px · 1024px - mobile (390px): hero 34px · 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/decode/zoom.us
An automated reading of Zoom Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with zoom.us. No screenshots stored. Removal requests: hello@mozaika.design.