Crypto.com Mobile — decoded design system
Crypto.com 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/crypto.com.
Decoded design system
Crypto.com Mobile's decoded design system: background #0B1327, text #FFFFFF, accent #0B1327, link #C9CFDD, primary #0B1327; type scale h1 84px / h2 56px / body 18px; 4px spacing base; 12px base radius. The single interactive/action color is #1199FA — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #0B1327 |
| surface | #192133 |
| border | #2F3647 |
| text | #FFFFFF |
| text_muted | #A2A5AC |
| primary | #0B1327 |
| accent | #0B1327 |
| link | #C9CFDD |
| button_bg | #1199FA |
| button_text | #000000 |
Using these colors
- Action color
#1199FA— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#0B1327— one role, not several (the action color).- accent
#0B1327— accent for emphasis — keep it rare on the page. - link
#C9CFDD— reads as a neutral UI color, not a link accent — verify against the reference (action = #1199FA).
Typography
- Heading: Inter
- Body: Inter
- h1: 84px
- h2: 56px
- body: 18px
Spacing
- base unit: 4px
- scale: 4px, 8px, 10px, 12px, 16px, 17px, 18px, 24px, 28px, 30px
Radii
- base: 12px
- button: 10px
Motion
Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 300ms · 200ms · 1200ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0, 0, 0.2, 1) - animated properties: color, background-color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--color-base-content | oklch(21% .006 285.885) |
--color-info-content | oklch(29% .066 243.157) |
--color-neutral-content | oklch(92% .004 286.32) |
--color-secondary-content | oklch(94% .028 342.258) |
--color-warning | oklch(82% .189 84.429) |
--color-gray-300 | oklch(87.2% .01 258.338) |
--color-secondary | oklch(65% .241 354.308) |
--color-base-300 | oklch(95% 0 0) |
--color-success | oklch(76% .177 163.223) |
--color-red-700 | oklch(50.5% .213 27.518) |
…and 60 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1220px - nav: 54px sticky
- common grid: 2 columns
Motion choreography (measured)
Load order: div.transition-all×2 → div.flex×7 → a.group×12 → button.group×6 → div.hidden×2 → div.mx-auto×2
Scroll reveal: 19 elements rest at translateY(10px), animate in over 1.2s cubic-bezier(0.4, 0, 0.2, 1).
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0) · radius 0px
Responsive (measured)
- breakpoints: 426px · 550px · 576px · 600px · 768px · 896px
- mobile (390px): hero 14px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/crypto.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/crypto.theme.ts https://mozaika.design/api/astryx/decode/crypto.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("Crypto.com Mobile")
Export: DESIGN.md
# Crypto.com Mobile — Design System > dark, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#0B1327` | | surface | `#192133` | | border | `#2F3647` | | text | `#FFFFFF` | | text_muted | `#A2A5AC` | | primary | `#0B1327` | | accent | `#0B1327` | | link | `#C9CFDD` | | button_bg | `#1199FA` | | button_text | `#000000` | **Using these colors** - **Action color** `#1199FA` — 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 `#0B1327` — one role, not several. - **accent** `#0B1327` — accent for emphasis — keep it rare on the page. - **link** `#C9CFDD` — reads as a neutral UI color, not a link accent — verify against the reference (action = #1199FA). - **Page coverage** (full-page screenshot pixels): `#080D1B` 48.9% · `#21334E` 27.4% · `#364A67` 13.1% · `#7F9FBE` 10.6% ## Typography - Heading: **Inter** - Body: **Inter** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 84px / 550 · lh 92px · tracking -1.68px | | h2 | 56px / 550 · tracking -0.28px | | h3 | 40px / 550 · lh 40px · tracking -0.2px | | body | 18px / 550 | | small | 16px / 600 · lh 20px · tracking 0.8px | - Weight ladder: 400 · 500 · 550 · 600 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Inter — free, on Google. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 8px, 10px, 12px, 16px, 17px, 18px, 24px, 28px, 30px — snap all gaps/padding to these - section rhythm: 128px top/bottom padding per section (measured) ## Radius - base: 12px - button: 10px - card: 16px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#1199FA` / `#000000` | none | 10px | 12px 24px 12px 24px | 400 16px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` ## Motion - durations: 300ms (dominant) · 200ms · 1200ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0, 0, 0.2, 1)` - animated properties: color, background-color, border-color, outline-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 | |-------|-------| | `--color-base-content` | `oklch(21% .006 285.885)` | | `--color-info-content` | `oklch(29% .066 243.157)` | | `--color-neutral-content` | `oklch(92% .004 286.32)` | | `--color-secondary-content` | `oklch(94% .028 342.258)` | | `--color-warning` | `oklch(82% .189 84.429)` | | `--color-gray-300` | `oklch(87.2% .01 258.338)` | | `--color-secondary` | `oklch(65% .241 354.308)` | | `--color-base-300` | `oklch(95% 0 0)` | | `--color-success` | `oklch(76% .177 163.223)` | | `--color-red-700` | `oklch(50.5% .213 27.518)` | | `--color-warning-content` | `oklch(41% .112 45.904)` | | `--color-white` | `#fff` | _…and 58 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1220px · common grid: 2-col - nav: 54px sticky · bg #080D1B | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 54 | 1194 | — | — | 0/0 | — | | 1248 | 858 | 2 | 40 | 64/128 | — | | 2106 | 1102 | 2 | — | 128/160 | 75/25 | ## Motion choreography (measured) Load order: `div.transition-all`×2 @0ms → `div.flex`×7 @1ms → `a.group`×12 @1ms → `button.group`×6 @1ms → `div.hidden`×2 @1ms → `div.mx-auto`×2 @1ms - scroll reveal: 19 elements rest at translateY(10px), animate in over 1.2s cubic-bezier(0.4, 0, 0.2, 1) (18 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) - card ×3: pad 32px 32px 32px 32px · r 16px · bg rgba(0, 0, 0, 0) - hover: font-weight `400` · letter-spacing `normal` · transform `matrix(1, 0, 0, 1, 0, -20)` - disabled: bg rgba(0, 0, 0, 0) · text #000000 ## Responsive (measured) - breakpoints: 426px · 550px · 576px · 600px · 768px · 896px - mobile (390px): hero 14px · 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/crypto.com
An automated reading of Crypto.com Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with crypto.com. No screenshots stored. Removal requests: hello@mozaika.design.