MozaikaLive decode

Wise — decoded design system

wise.com · light · modern · custom · deep decode — measured live

Wise'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/wise.com.

Decoded design system

Wise's decoded design system: background #FFFFFF, text #454745, accent #9FE870, link #163300, primary #163300; type scale h1 300px / h2 105px / body 18px; 4px spacing base; 3px base radius. The single interactive/action color is #9FE870 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F3F3F3
border#E3E3E3
text#454745
text_muted#8B8C8B
primary#163300
accent#9FE870
link#163300
secondary#37517E
button_bg#9FE870
button_text#163300

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 350ms (dominant) with cubic-bezier(0.8, 0.05, 0.2, 0.95).

Native design tokens

TokenValue
--color-content-primary#0e0f0c
--color-content-secondary#454745
--color-content-tertiary#6a6c6a
--color-content-accent#0097c7
--color-content-accent-hover#0084b3
--color-content-accent-active#0077a5
--color-content-positive#008026
--color-content-positive-hover#006d13
--color-content-positive-active#006002
--color-content-negative#cf2929

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.np-theme-personaldiv.np-theme-personaldiv.np-theme-personal

Input (measured)

height 52px · radius 0px

Responsive (measured)

Install it

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

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

registry item · or query it over MCP: get_design_system("Wise")

Export: DESIGN.md

# Wise — Design System

> light, modern, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F3F3F3` |
| border | `#E3E3E3` |
| text | `#454745` |
| text_muted | `#8B8C8B` |
| primary | `#163300` |
| accent | `#9FE870` |
| link | `#163300` |
| secondary | `#37517E` |
| button_bg | `#9FE870` |
| button_text | `#163300` |

**Using these colors**

- **Action color** `#9FE870` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `link` are all `#163300` — one role, not several.
- `accent`, `button_bg` are all `#9FE870` — one role, not several (your action color).
- **accent** `#9FE870` — 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.
- **secondary** `#37517E` — 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): `#9E9F9D` 69.3% · `#FFFFFF` 12.8% · `#1A2722` 9% · `#6A9086` 7.8%

## Typography

- Heading: **Wise Sans** _(free fallback: Newsreader)_
- Body: **Inter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 300px / 400 · lh 26px |
| h2 | 105px / 900 · lh 90px |
| h3 | 61px / 600 · lh 67px · tracking -1.83px |
| body | 18px / 400 · lh 26px · tracking -0.11px |
| small | 16px / 600 · lh 24px · tracking 0.08px |

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

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

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

## Radius
- base: 3px
- button: 9999px
- card: 19px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#9FE870` / `#163300` | 1px solid rgb(159, 232, 112) | 9999px | 8px 12px 8px 12px | 600 16px / -0.176px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#163300` | none | 18.7693px | 8px 12px 8px 12px | 600 18px / -0.108px | none |

**States (measured, not guessed)**

- primary hover: border `1px solid rgb(128, 225, 66)` · background `#80E142`
- transition: `color 0.35s cubic-bezier(0.8, 0.05, 0.2, 0.95)`

## Shadows (elevation)
- subtle: `rgba(14, 15, 12, 0.12) 0px 0px 0px 1px`
- card: `rgba(0, 0, 0, 0.08) 0px 6px 20px 0px`
- overlay: `rgba(0, 0, 0, 0.15) 0px 10px 32px 0px, rgba(0, 0, 0, 0.04) 0px 40px 40px 0px`

## Motion
- durations: 350ms (dominant) · 150ms · 100ms
- easings: `cubic-bezier(0.8, 0.05, 0.2, 0.95)` (dominant) · `ease`
- animated properties: color, background-color, width, 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 |
|-------|-------|
| `--color-content-primary` | `#0e0f0c` |
| `--color-content-secondary` | `#454745` |
| `--color-content-tertiary` | `#6a6c6a` |
| `--color-content-accent` | `#0097c7` |
| `--color-content-accent-hover` | `#0084b3` |
| `--color-content-accent-active` | `#0077a5` |
| `--color-content-positive` | `#008026` |
| `--color-content-positive-hover` | `#006d13` |
| `--color-content-positive-active` | `#006002` |
| `--color-content-negative` | `#cf2929` |
| `--color-content-negative-hover` | `#b80419` |
| `--color-content-negative-active` | `#a7000d` |

_…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 1440px · common grid: 2-col
- nav: 76px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 132 | 1024 | — | — | 0/0 | — |
| 1213 | 176 | — | — | 0/0 | — |
| 1445 | 752 | — | — | 56/56 | — |
| 2198 | 1061 | — | — | 56/56 | — |
| 3258 | 1014 | — | — | 0/0 | — |
| 4329 | 545 | — | — | 0/0 | — |
| 4366 | 470 | 2 | 28 | 75/75 | — |

## Motion choreography (measured)
Load order: `div.np-theme-personal` @0ms → `div.np-theme-personal` @1ms → `div.np-theme-personal` @1ms
- `div` ×2 — opacity 0→1 — 3000ms cubic-bezier(0.3, 0, 0.1, 1) · loops

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

## Components (measured)
- input: h 52px · r 0px · bg rgba(0, 0, 0, 0) · placeholder #6A6C6A
- card ×3: pad 37.5385px 28.1539px 37.5385px 28.1539px · r 28.1539px · bg #FFFFFF
  - hover: font-weight `400` · letter-spacing `-0.108px`
- link: #163300 · underline — hover #0D1F00

## Responsive (measured)
- breakpoints: 480px · 576px · 768px · 992px · 1200px · 1439px
- mobile (390px): hero 51px · body 18px · 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.
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. Connect your agent over MCP.

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