Nubank Mobile — decoded design system
Nubank 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/nubank.com.br.
Decoded design system
Nubank Mobile's decoded design system: background #FFFFFF, text #000000, accent #17C242, link #FFFFFF, primary #17C242; type scale h1 112px / h2 72px / body 16px; 8px spacing base; 12px base radius. The single interactive/action color is #8D0DE3 — 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 | #17C242 |
| accent | #17C242 |
| link | #FFFFFF |
| button_bg | #8D0DE3 |
| button_text | #FFFFFF |
Using these colors
- Action color
#8D0DE3— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#17C242— one role, not several (the action color).- accent
#17C242— accent for emphasis — keep it rare on the page. - link
#FFFFFF— 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).
Typography
- Heading: nuSansDisplay
- Body: nuSansText
- h1: 112px
- h2: 72px
- body: 16px
Spacing
- base unit: 8px
- scale: 6px, 8px, 16px, 20px, 24px, 28px, 32px, 40px, 48px, 56px
Radii
- base: 12px
- button: 9999px
Motion
Micro-interactions run at 1600ms (dominant) with ease-in-out.
- durations: 1600ms · 150ms · 2500ms
- easings:
ease-in-out·ease-out - animated properties: opacity
Native design tokens
| Token | Value |
|---|---|
--colors-content-primary | #1E002F |
--colors-brand-uv-S1 | #0B0019 |
--colors-secondary-amber-S2 | #EFD49C |
--colors-neutrals-almostWhite | #D4D4D8 |
--colors-content-button-negative-disabledLabel | rgba(255, 255, 255, 0.20) |
--colors-content-button-primary-disabledStroke | rgba(255, 255, 255, 0.0) |
--colors-feedback-blueStrong | #0968F6 |
--colors-secondary-spot-purple | #CBA5FD |
--colors-content-button-secondary-activeStroke | #8D0DE3 |
--colors-brand-pj-T2 | #A087AE |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#5D0599 - primary focus: border
1px solid rgb(141, 13, 227)· outline2px solid rgb(141, 13, 227)
Layout (measured)
- container max-width:
1260px - nav: 64px fixed
- common grid: 12 columns
Motion choreography (measured)
Load order: div.css-12tw2yb → div.css-ehsg9o → circle.css-1jpki61 → div.css-l17lnj×2 → div.css-1hht2g1 → div.css-8au1kw
Scroll reveal: 3 elements rest at opacity 0, animate in over 1.6s ease-in-out.
Responsive (measured)
- mobile (390px): hero 48px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/nubank.com.br
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/nubank.theme.ts https://mozaika.design/api/astryx/decode/nubank.com.br.ts
registry item · astryx theme · or query it over MCP: get_design_system("Nubank Mobile")
Export: DESIGN.md
# Nubank Mobile — Design System > light, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#17C242` | | accent | `#17C242` | | link | `#FFFFFF` | | button_bg | `#8D0DE3` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#8D0DE3` — 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 `#17C242` — one role, not several. - **accent** `#17C242` — accent for emphasis — keep it rare on the page. - **link** `#FFFFFF` — 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). - **Page coverage** (full-page screenshot pixels): `#D3C6BB` 14.1% · `#09020B` 13.8% · `#2A2516` 13.3% · `#635632` 12.9% ## Typography - Heading: **nuSansDisplay** _(free fallback: Newsreader)_ - Body: **nuSansText** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 112px / 600 · lh 105px · tracking -1.4px | | h2 | 72px / 600 · lh 68px · tracking -1.2px | | h3 | 34px / 600 · lh 32px · tracking -0.7px | | body | 16px / 600 · lh 19px | - Weight ladder: 400 · 600 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** nuSansDisplay may be proprietary — safe free fallback: Newsreader (Google Fonts). nuSansText may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 6px, 8px, 16px, 20px, 24px, 28px, 32px, 40px, 48px, 56px — snap all gaps/padding to these ## Radius - base: 12px - button: 9999px - card: 12px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#8D0DE3` / `#FFFFFF` | 1px solid rgba(255, 255, 255, 0) | 9999px | 0px 24px 0px 24px | 600 16px | none | **States (measured, not guessed)** - primary hover: background `#5D0599` - primary focus: border `1px solid rgb(141, 13, 227)` · outline `2px solid rgb(141, 13, 227)` ## Motion - durations: 1600ms (dominant) · 150ms · 2500ms - easings: `ease-in-out` (dominant) · `ease-out` - animated properties: opacity 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 | |-------|-------| | `--colors-content-primary` | `#1E002F` | | `--colors-brand-uv-S1` | `#0B0019` | | `--colors-secondary-amber-S2` | `#EFD49C` | | `--colors-neutrals-almostWhite` | `#D4D4D8` | | `--colors-content-button-negative-disabledLabel` | `rgba(255, 255, 255, 0.20)` | | `--colors-content-button-primary-disabledStroke` | `rgba(255, 255, 255, 0.0)` | | `--colors-feedback-blueStrong` | `#0968F6` | | `--colors-secondary-spot-purple` | `#CBA5FD` | | `--colors-content-button-secondary-activeStroke` | `#8D0DE3` | | `--colors-brand-pj-T2` | `#A087AE` | | `--colors-brand-uv-T3` | `#AF63FD` | | `--colors-secondary-spot-roseGold` | `#E9A6A7` | _…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 1260px · common grid: 12-col - nav: 64px fixed | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 900 | 12 | 24 | 0/0 | — | | 900 | 451 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `div.css-12tw2yb` @0ms → `div.css-ehsg9o` @0ms → `circle.css-1jpki61` @0ms → `div.css-l17lnj`×2 @401ms → `div.css-1hht2g1` @401ms → `div.css-8au1kw` @401ms - `header.css-1c1mct4` — opacity 0→1 · transform translateY(-20px)→translateY(0px) — 600ms cubic-bezier(0.22, 1, 0.36, 1) (delay 150ms) - `div.css-l17lnj` ×2 — transform translateY(-3px)→translateY(-3px) — 2500ms ease-in-out · loops - scroll reveal: 3 elements rest at opacity 0, animate in over 1.6s ease-in-out (1 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #8D0DE3 · no underline — hover #5D0599 ## Responsive (measured) - mobile (390px): hero 48px · 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/nubank.com.br
An automated reading of Nubank Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with nubank.com.br. No screenshots stored. Removal requests: hello@mozaika.design.