MozaikaLive decode

Deezer Mobile — decoded design system

deezer.com · dark · consumer · deep decode — measured live

Deezer 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.

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/decode/deezer.com.

Decoded design system

Deezer Mobile's decoded design system: background #0F0C13, text #FDFCFE, accent #3449FC, link #A9A6AA, primary #3449FC; type scale h1 140px / h2 120px / body 16px; 8px spacing base; 12px base radius. The single interactive/action color is #A238FF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0F0C13
surface#1D1A21
border#323036
text#FDFCFE
text_muted#A2A0A4
primary#3449FC
accent#3449FC
link#A9A6AA
button_bg#A238FF
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--gdpr-colors-primary#a238ff
--gdpr-colors-primary-hovered#7328b5
--gdpr-colors-background-accent-primary-hovered#b560ff
--gdpr-colors-background-accent-primary-disabled#e1dde4
--gdpr-colors-text-accent-default#fdfbff
--gdpr-colors-text-accent-disabled#6f6d71
--gdpr-colors-neutral-main#0f0d13
--gdpr-colors-neutral-secondary#1b191f
--gdpr-colors-chevron#000000
--gdpr-colors-background#ffffff

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: h2.heading-2span.heading-2

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/deezer.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/deezer.theme.ts https://mozaika.design/api/astryx/decode/deezer.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Deezer Mobile")

Export: DESIGN.md

# Deezer Mobile — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#0F0C13` |
| surface | `#1D1A21` |
| border | `#323036` |
| text | `#FDFCFE` |
| text_muted | `#A2A0A4` |
| primary | `#3449FC` |
| accent | `#3449FC` |
| link | `#A9A6AA` |
| button_bg | `#A238FF` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#A238FF` — 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 `#3449FC` — one role, not several.
- **accent** `#3449FC` — accent for emphasis — keep it rare on the page.
- **link** `#A9A6AA` — reads as a neutral UI color, not a link accent — verify against the reference (action = #A238FF).
- **Page coverage** (full-page screenshot pixels): `#656465` 71.2% · `#0C090E` 22.9% · `#333037` 5% · `#828085` 0.5%

## Typography

- Heading: **Deezer Brand** _(free fallback: Newsreader)_
- Body: **Inter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 140px / 800 · lh 126px |
| h2 | 120px / 700 · lh 120px · tracking 0.25px |
| h3 | 56px / 700 · tracking 0.25px |
| body | 16px / 700 · lh 19px |
| small | 14px / 700 |

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

> **Fonts —** Deezer Brand may be proprietary — safe free fallback: Newsreader (Google Fonts). Inter — free, on Google.

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 4px, 7px, 8px, 9px, 10px, 14px, 16px, 24px, 28px, 32px — snap all gaps/padding to these
- section rhythm: 56px top/bottom padding per section (measured)

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#A238FF` / `#FFFFFF` | 1px solid rgba(0, 0, 0, 0) | 8px | 9px 20px 9px 20px | 700 14px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#FDFCFE` | 1px solid rgb(85, 82, 87) | 8px | 9px 20px 9px 20px | 700 14px | none |

**States (measured, not guessed)**

- primary hover: background `#9333E8`
- transition: `background-color 0.2s ease`

## Shadows (elevation)
- overlay: `rgba(0, 0, 0, 0.45) 0px 4px 44px 0px`

## Motion
- durations: 200ms (dominant) · 300ms · 150ms
- easings: `ease-out` (dominant) · `ease`
- animated properties: transform, background-color, color, 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.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--gdpr-colors-primary` | `#a238ff` |
| `--gdpr-colors-primary-hovered` | `#7328b5` |
| `--gdpr-colors-background-accent-primary-hovered` | `#b560ff` |
| `--gdpr-colors-background-accent-primary-disabled` | `#e1dde4` |
| `--gdpr-colors-text-accent-default` | `#fdfbff` |
| `--gdpr-colors-text-accent-disabled` | `#6f6d71` |
| `--gdpr-colors-neutral-main` | `#0f0d13` |
| `--gdpr-colors-neutral-secondary` | `#1b191f` |
| `--gdpr-colors-chevron` | `#000000` |
| `--gdpr-colors-background` | `#ffffff` |
| `--gdpr-colors-divider-main` | `#c2c0c4` |
| `--gdpr-colors-text-neutral-primary-default` | `#0f0d13` |

_…and 108 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1120px · common grid: 2-col
- nav: 80px relative · border-bottom 1px solid rgb(85, 82, 87)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 80 | 876 | — | — | 140/140 | — |
| 984 | 797 | 2 | 14 | 56/0 | — |
| 1921 | 465 | — | — | 0/0 | — |
| 2526 | 736 | — | — | 0/0 | — |
| 2704 | 558 | 3 | 28 | 0/56 | — |
| 3402 | 1650 | — | — | 112/0 | — |
| 3514 | 504 | — | — | 0/140 | — |
| 4278 | 300 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `h2.heading-2` @0ms → `span.heading-2` @0ms
- `h2.heading-2` — transform translateX(0px)→translateX(-100%) — 15000ms · loops
- `span.heading-2` — transform translateX(0px)→translateX(-100%) — 15000ms · loops

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

## Components (measured)
- link: #A238FF · underline — hover #7328B5

## Responsive (measured)
- breakpoints: 768px · 813px · 1024px · 1160px · 1181px · 1224px
- mobile (390px): hero 64px · 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/deezer.com

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. See The Measured Web for how the web is actually designed, or connect your agent over MCP.

An automated reading of Deezer Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with deezer.com. No screenshots stored. Removal requests: hello@mozaika.design.