Shazam Mobile — design system & UI screens
A music player detail screen with a full-bleed album artwork background, overlaid with song metadata (title, artist, play count) and action buttons. Features a prominent floating play button and a "Play Full Song" CTA button below. Official App Store listing screenshot.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/shazam-mobile.
Decoded design system
Shazam Mobile's decoded design system: background #FFFFFF, text #000000, accent #6644EE, link #6644EE, primary #6644EE; type scale h1 34px / h2 22px / body 17px; 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 | #6644EE |
| 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,link,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.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 5px
- scale: 3px, 4px, 6px, 8px, 10px, 12px, 14px, 15px, 20px, 30px
Radii
- base: 12px
- button: 12px
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
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →