Robinhood Mobile — Design System
Robinhood Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/robinhood-mobile.
Tokens
Robinhood Mobile's decoded design system: background #000000, text #FFFFFF, accent #110E09, link #110E09, primary #110E09; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #110E09 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #000000 |
| surface | #0F0F0F |
| border | #262626 |
| text | #FFFFFF |
| text_muted | #9E9E9E |
| primary | #110E09 |
| accent | #110E09 |
| link | #110E09 |
| button_bg | #110E09 |
| button_text | #000000 |
Using these colors
- Action color
#110E09— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#110E09— one role, not several (the action color).- accent
#110E09— 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: 8px
- scale: 2px, 5px, 8px, 10px, 20px, 24px, 32px, 36px, 64px
Radii
- base: 12px
- button: 12px
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- nav: 64px relative
Responsive (measured)
- breakpoints: 425px · 485px · 768px · 1024px · 1049px · 1280px
- mobile (390px): hero 44px · nav hamburger
Export: DESIGN.md
# Robinhood Mobile — Design System > dark, consumer, high — deep decode (measured live) Robinhood Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default. ## Colors | Role | Value | |------|-------| | bg | `#000000` | | surface | `#0F0F0F` | | border | `#262626` | | text | `#FFFFFF` | | text_muted | `#9E9E9E` | | primary | `#110E09` | | accent | `#110E09` | | link | `#110E09` | | button_bg | `#110E09` | | button_text | `#000000` | **Using these colors** - **Action color** `#110E09` — 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`, `link`, `button_bg` are all `#110E09` — one role, not several (your action color). - **accent** `#110E09` — 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. - **Page coverage** (full-page screenshot pixels): `#21201D` 74.6% · `#FFFFFF` 11.1% · `#899A43` 7.3% · `#DBDBDA` 3.5% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 80px / 400 · lh 80px | | h2 | 72px / 400 · lh 78px · tracking -1px | | h3 | 31px / 400 · lh 39px · tracking -0.25px | | body | 16px / 400 · lh 24px · tracking -0.25px | - Weight ladder: 400 · 700 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 2px, 5px, 8px, 10px, 20px, 24px, 32px, 36px, 64px — snap all gaps/padding to these ## Radius - base: 12px - button: 12px - card: 36px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#CCFF00` / `#110E08` | 1px solid rgb(204, 255, 0) | 36px | 0px 32px 0px 32px | 400 13px | none | | secondary | `rgba(0, 0, 0, 0)` / `#110E08` | none | — | 0px 0px 0px 0px | 400 16px / -0.25px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` ## Layout (measured) - nav: 64px relative · bg #110E08 | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 109 | 900 | — | — | 0/0 | — | | 1909 | 800 | — | — | 0/0 | — | | 3509 | 704 | — | — | 0/0 | — | ## Components (measured) - link: #110E08 · no underline ## Responsive (measured) - breakpoints: 425px · 485px · 768px · 1024px · 1049px · 1280px - mobile (390px): hero 44px · 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/ds/robinhood-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #110E09 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #000000;
--color-surface: #0F0F0F;
--color-border: #262626;
--color-text: #FFFFFF;
--color-text-muted: #9E9E9E;
--color-primary: #110E09; /* primary brand / action color. */
--color-accent: #110E09; /* 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. */
--color-link: #110E09; /* inline text links — shares the action color. */
--color-button-bg: #110E09; /* primary-button fill — the main call-to-action color. */
--color-button-text: #000000;
/* measured weights: 400, 700 — use these, not 400/600 */
--text-hero: 80px; --font-weight-hero: 400; --leading-hero: 80px;
--text-h2: 72px; --font-weight-h2: 400; --leading-h2: 78px; --tracking-h2: -1px;
--text-h3: 31px; --font-weight-h3: 400; --leading-h3: 39px; --tracking-h3: -0.25px;
--text-body: 16px; --font-weight-body: 400; --leading-body: 24px; --tracking-body: -0.25px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 36px;
--outline-focus: 1px auto rgb(16, 16, 16); /* measured focus ring */
--spacing: 8px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 5, 8, 10, 20, 24, 32, 36, 64px */
}Export: CSS variables
:root {
/* action color #110E09 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #000000;
--surface: #0F0F0F;
--border: #262626;
--text: #FFFFFF;
--text-muted: #9E9E9E;
--primary: #110E09; /* primary brand / action color. */
--accent: #110E09; /* 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: #110E09; /* inline text links — shares the action color. */
--button-bg: #110E09; /* primary-button fill — the main call-to-action color. */
--button-text: #000000;
--text-hero: 80px; --weight-hero: 400; --leading-hero: 80px;
--text-h2: 72px; --weight-h2: 400; --leading-h2: 78px; --tracking-h2: -1px;
--text-h3: 31px; --weight-h3: 400; --leading-h3: 39px; --tracking-h3: -0.25px;
--text-body: 16px; --weight-body: 400; --leading-body: 24px; --tracking-body: -0.25px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 36px;
--focus-ring: 1px auto rgb(16, 16, 16);
}