Shortwave — decoded design system
Shortwave'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/shortwave.com.
Decoded design system
Shortwave's decoded design system: background #0F0F16, text #FFFFFF, accent #356AFF, link #A1A1A1, primary #356AFF; type scale h1 64px / h2 52px / body 18px; 8px spacing base; 8px base radius. The single interactive/action color is #356AFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #0F0F16 |
| surface | #1D1D23 |
| border | #333338 |
| text | #FFFFFF |
| text_muted | #A3A3A6 |
| primary | #356AFF |
| accent | #356AFF |
| link | #A1A1A1 |
| secondary | #6593FF |
| button_bg | #356AFF |
| button_text | #FFFFFF |
Using these colors
- Action color
#356AFF— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#356AFF— one role, not several (the action color).- accent
#356AFF— 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
#A1A1A1— reads as a neutral UI color, not a link accent — verify against the reference (action = #356AFF). - secondary
#6593FF— 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: Poppins
- Body: Poppins
- h1: 64px
- h2: 52px
- body: 18px
Spacing
- base unit: 8px
- scale: 4px, 8px, 12px, 16px, 20px, 24px, 26px, 32px, 48px, 50px
Radii
- base: 8px
- button: 8px
Motion
Micro-interactions run at 200ms (dominant) with ease-in-out.
- durations: 200ms · 300ms
- easings:
ease-in-out·ease - animated properties: color, background-color, border-color, background
Native design tokens
| Token | Value |
|---|---|
--bg | #0F0F16 |
--card-bg | #161620 |
--card-border | rgba(255, 255, 255, 0.12) |
--card-border-shine | rgba(255, 255, 255, 0.24) |
--nav-bg | rgba(22, 22, 22, 0.4) |
--primary | #356AFF |
--primary-text | #6593FF |
--primary-shine | #abc7ff |
--primary-hover | #4D7EFF |
--blue-splash | #0f1354 |
…and 19 more measured on the page.
Button states (measured)
- primary hover: background
#4D7EFF
Layout (measured)
- nav: 80px fixed
Motion choreography (measured)
Load order: span.emotion-cache-57eetd
Responsive (measured)
- breakpoints: 799px · 1200px · 1599px
- 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/shortwave.com
registry item · or query it over MCP: get_design_system("Shortwave")
Export: DESIGN.md
# Shortwave — Design System > dark, modern, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#0F0F16` | | surface | `#1D1D23` | | border | `#333338` | | text | `#FFFFFF` | | text_muted | `#A3A3A6` | | primary | `#356AFF` | | accent | `#356AFF` | | link | `#A1A1A1` | | secondary | `#6593FF` | | button_bg | `#356AFF` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#356AFF` — 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 `#356AFF` — one role, not several (your action color). - **accent** `#356AFF` — 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** `#A1A1A1` — reads as a neutral UI color, not a link accent — verify against the reference (action = #356AFF). - **secondary** `#6593FF` — 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): `#0F0F16` 78.7% · `#0F1244` 15.2% · `#40466B` 6.1% ## Typography - Heading: **Poppins** - Body: **Poppins** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 64px / 400 · lh 76px | | h2 | 52px / 400 · lh 54px | | h3 | 34px / 400 · lh 42px | | body | 18px / 400 · lh 28px · tracking 0.2px | | small | 16px / 600 · lh 24px · tracking 0.2px | - Weight ladder: 400 · 600 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Poppins — free, on Google. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 4px, 8px, 12px, 16px, 20px, 24px, 26px, 32px, 48px, 50px — snap all gaps/padding to these ## Radius - base: 8px - button: 8px - card: 12px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#356AFF` / `#FFFFFF` | none | 8px | 16px 32px 16px 32px | 600 16px | none | | secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 8px | 0px 0px 0px 0px | 600 16px / 0.2px | none | **States (measured, not guessed)** - primary hover: background `#4D7EFF` - secondary hover: color `#6593FF` - transition: `background-color 0.2s ease-in-out` ## Motion - durations: 200ms (dominant) · 300ms - easings: `ease-in-out` (dominant) · `ease` - animated properties: color, background-color, border-color, background 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 | |-------|-------| | `--bg` | `#0F0F16` | | `--card-bg` | `#161620` | | `--card-border` | `rgba(255, 255, 255, 0.12)` | | `--card-border-shine` | `rgba(255, 255, 255, 0.24)` | | `--nav-bg` | `rgba(22, 22, 22, 0.4)` | | `--primary` | `#356AFF` | | `--primary-text` | `#6593FF` | | `--primary-shine` | `#abc7ff` | | `--primary-hover` | `#4D7EFF` | | `--blue-splash` | `#0f1354` | | `--cta-lowlight-splash` | `#0055ff42` | | `--sea-green` | `#60D1D1` | _…and 17 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - nav: 80px fixed ## Motion choreography (measured) Load order: `span.emotion-cache-57eetd` @0ms Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #A1A1A1 · underline — hover #FFFFFF - disabled: bg rgba(0, 0, 0, 0) · text #A1A1A1 ## Responsive (measured) - breakpoints: 799px · 1200px · 1599px - 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.
An automated reading of Shortwave's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with shortwave.com. No screenshots stored. Removal requests: hello@mozaika.design.