Shazam Mobile — decoded design system
Shazam 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/shazam.com.
Decoded design system
Shazam Mobile's decoded design system: background #FFFFFF, text #000000, accent #6644EE, link #0000EE, primary #6644EE; type scale h1 60px / h2 50px / body 16px; 5px spacing base; 12px base radius. The single interactive/action color is #6644EE — 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 | #6644EE |
| accent | #6644EE |
| link | #0000EE |
| button_bg | #6644EE |
| button_text | #FFFFFF |
Using these colors
- Action color
#6644EE— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#6644EE— one role, not several (the action color).- accent
#6644EE— 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
#0000EE— inline text links and link-styled controls.
Typography
- Heading: NeueMontreal
- Body: NeueMontreal
- h1: 60px
- h2: 50px
- body: 16px
Spacing
- base unit: 5px
- scale: 3px, 4px, 6px, 8px, 10px, 12px, 14px, 15px, 20px, 30px
Radii
- base: 12px
- button: 0px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px - card:
rgba(0, 0, 0, 0.08) 0px 2px 24px 0px - overlay:
rgba(0, 0, 0, 0.3) 0px 2px 24px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 100ms · 150ms
- easings:
ease·linear - animated properties: opacity, transform, background-color, background
Native design tokens
| Token | Value |
|---|---|
--color-white | #ffffff |
--color-black | #000000 |
--color-blue-100 | #00bbff |
--color-blue-200 | #3b86f7 |
--color-blue-300 | #0088ff |
--color-blue-400 | #0077ff |
--color-blue-500 | #066bff |
--color-gray-100 | #f2f2f7 |
--color-gray-200 | #e5e5ea |
--color-gray-300 | #d1d1d6 |
…and 19 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1130px - nav: 47px
- common grid: 3 columns
Motion choreography (measured)
Load order: button.HeroCarousel_dot___OyaC×18 → button.HeroCarousel_dot___OyaC×18 → div.InsightsBackground_layer×2
Scroll reveal: 3 elements rest at translateY(70px), animate in over 0.3s cubic-bezier(0.4, 0.2, 0, 1).
Responsive (measured)
- breakpoints: 500px · 540px · 600px · 640px · 650px · 768px
- mobile (390px): hero 30px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/shazam.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/shazam.theme.ts https://mozaika.design/api/astryx/decode/shazam.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("Shazam Mobile")
Export: DESIGN.md
# Shazam 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 | `#6644EE` | | accent | `#6644EE` | | link | `#0000EE` | | button_bg | `#6644EE` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#6644EE` — 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`, `button_bg` are all `#6644EE` — one role, not several (your action color). - **accent** `#6644EE` — 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** `#0000EE` — inline text links and link-styled controls. - **Page coverage** (full-page screenshot pixels): `#54331E` 40.3% · `#F5F5F9` 14.8% · `#816B5D` 14.2% · `#8D9DAD` 9.5% ## Typography - Heading: **NeueMontreal** _(free fallback: Newsreader)_ - Body: **NeueMontreal** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 60px / 700 · lh 63px · tracking -0.6px | | h2 | 50px / 700 · tracking 0.5px | | h3 | 36px / 700 · lh 41px · tracking 0.5px | | body | 16px / 500 · tracking 0.5px | | small | 14px / 500 · tracking 0.5px | | eyebrow | 16px / 900 · tracking 0.5px | - Weight ladder: 400 · 500 · 700 · 800 · 900 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** NeueMontreal may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 5px (inferred from the measured scale) - measured scale: 3px, 4px, 6px, 8px, 10px, 12px, 14px, 15px, 20px, 30px — snap all gaps/padding to these - section rhythm: 60px top/bottom padding per section (measured) ## Radius - base: 12px - button: 0px - card: 8px - sharp: 3px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 0px | 15px 20px 15px 20px | 500 14px / 0.5px | none | | secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | 1px solid rgba(255, 255, 255, 0.2) | 50px | 10px 20px 10px 20px | 400 16px / 0.5px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `color 0.1s linear` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px` - card: `rgba(0, 0, 0, 0.08) 0px 2px 24px 0px` - overlay: `rgba(0, 0, 0, 0.3) 0px 2px 24px 0px` ## Motion - durations: 300ms (dominant) · 100ms · 150ms - easings: `ease` (dominant) · `linear` - animated properties: opacity, transform, background-color, background 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-white` | `#ffffff` | | `--color-black` | `#000000` | | `--color-blue-100` | `#00bbff` | | `--color-blue-200` | `#3b86f7` | | `--color-blue-300` | `#0088ff` | | `--color-blue-400` | `#0077ff` | | `--color-blue-500` | `#066bff` | | `--color-gray-100` | `#f2f2f7` | | `--color-gray-200` | `#e5e5ea` | | `--color-gray-300` | `#d1d1d6` | | `--color-gray-400` | `#c7c7cc` | | `--color-gray-500` | `#aeaeb2` | _…and 17 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1130px · common grid: 3-col - nav: 47px | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 750 | 660 | — | — | 100/100 | — | | 1440 | 1958 | — | — | 74/60 | — | | 2408 | 475 | — | — | 0/0 | — | | 2923 | 375 | — | — | 0/0 | — | | 3398 | 1465 | 3 | — | 30/60 | 30/40/30 | | 3873 | 475 | — | — | 0/0 | — | | 4388 | 375 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `button.HeroCarousel_dot___OyaC`×18 @0ms → `button.HeroCarousel_dot___OyaC`×18 @0ms → `div.InsightsBackground_layer`×2 @1844ms - scroll reveal: 3 elements rest at translateY(70px), animate in over 0.3s cubic-bezier(0.4, 0.2, 0, 1) (2 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #000000 · no underline ## Responsive (measured) - breakpoints: 500px · 540px · 600px · 640px · 650px · 768px - mobile (390px): hero 30px · body 16px · nav: hamburger ## 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/shazam.com
An automated reading of Shazam Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with shazam.com. No screenshots stored. Removal requests: hello@mozaika.design.