Robinhood — decoded design system
Robinhood'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/robinhood.com.
Decoded design system
Robinhood's decoded design system: background #110E08, text #000000, accent #CCFF00, link #110E08, primary #CCFF00; type scale h1 80px / h2 72px / body 16px; 8px spacing base; 10px base radius. The single interactive/action color is #CCFF00 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #110E08 |
| surface | #0F0D07 |
| border | #0E0B06 |
| text | #000000 |
| text_muted | #060503 |
| primary | #CCFF00 |
| accent | #CCFF00 |
| link | #110E08 |
| secondary | #0000EE |
| button_bg | #CCFF00 |
| button_text | #110E08 |
Using these colors
- Action color
#CCFF00— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#CCFF00— one role, not several (the action color).- accent
#CCFF00— 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
#110E08— fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - secondary
#0000EE— optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
Typography
- Heading: Martina Plantijn
- Body: Capsule Sans Text
- h1: 80px
- h2: 72px
- body: 16px
Spacing
- base unit: 8px
- scale: 2px, 5px, 8px, 10px, 20px, 24px, 32px, 36px, 64px
Radii
- base: 10px
- button: 36px
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
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/robinhood.com
registry item · or query it over MCP: get_design_system("Robinhood")
Export: DESIGN.md
# Robinhood — Design System > dark, modern, high, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#110E08` | | surface | `#0F0D07` | | border | `#0E0B06` | | text | `#000000` | | text_muted | `#060503` | | primary | `#CCFF00` | | accent | `#CCFF00` | | link | `#110E08` | | secondary | `#0000EE` | | button_bg | `#CCFF00` | | button_text | `#110E08` | **Using these colors** - **Action color** `#CCFF00` — 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 `#CCFF00` — one role, not several (your action color). - **accent** `#CCFF00` — 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** `#110E08` — fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - **secondary** `#0000EE` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. - **Page coverage** (full-page screenshot pixels): `#21201D` 74.6% · `#FFFFFF` 11.1% · `#899A43` 7.3% · `#DBDBDA` 3.5% ## Typography - Heading: **Martina Plantijn** _(free fallback: Newsreader)_ - Body: **Capsule Sans Text** _(free fallback: Newsreader)_ | 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. > **Fonts —** Martina Plantijn may be proprietary — safe free fallback: Newsreader (Google Fonts). Capsule Sans Text may be proprietary — safe free fallback: Newsreader (Google Fonts). ## 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: 10px - button: 36px - 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 | 36px | 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.
An automated reading of Robinhood's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with robinhood.com. No screenshots stored. Removal requests: hello@mozaika.design.