Deel — decoded design system
Deel'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/deel.com.
Decoded design system
Deel's decoded design system: background #FFFFFF, text #1B1B1B, accent #5938B7, link #1B1B1B, primary #5938B7; type scale h1 64px / h2 60px / body 20px; 4px spacing base; 16px base radius. The single interactive/action color is #1B1B1B — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F1F1 |
| border | #DCDCDC |
| text | #1B1B1B |
| text_muted | #717171 |
| primary | #5938B7 |
| accent | #5938B7 |
| link | #1B1B1B |
| secondary | #FFCF25 |
| button_bg | #1B1B1B |
| button_text | #FFFFFF |
Using these colors
- Action color
#1B1B1B— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#5938B7— one role, not several (the action color).link,button_bgare all#1B1B1B— one role, not several (the action color).- accent
#5938B7— accent for emphasis — keep it rare on the page. - secondary
#FFCF25— 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: Bagoss Condensed
- Body: Bagoss Standard
- h1: 64px
- h2: 60px
- body: 20px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 15px, 16px, 20px, 24px, 32px
Radii
- base: 16px
- button: 200px
Shadows (elevation)
- card:
rgba(0, 0, 8, 0.08) 0px 4px 8px 0px
Motion
Micro-interactions run at 200ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 200ms · 100ms · 150ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·ease-in-out - animated properties: fill, color, transform, background-color
Native design tokens
| Token | Value |
|---|---|
--color-purple-200 | oklch(90.2% .063 306.703) |
--color-surface-brand-purple-03 | #a98df6 |
--color-surface-brand-blue-03 | #b1d8fc |
--color-cornbread-300 | #ffe27c |
--color-purple-175 | #ede5ff |
--color-surface-brand-yellow-01 | #ffeba6 |
--color-neutral-300 | #ccc |
--color-orange-50 | oklch(98% .016 73.684) |
--color-tangelo-175 | #e7a288 |
--color-blue-150 | #d8ebff |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#4E4E4E - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1310px - nav: 144px sticky
- common grid: 3 columns
Motion choreography (measured)
Load order: div.flex×4 → div.CybotEdge×2 → div.MuiBox-root
Scroll reveal: 1 elements rest at opacity 0, animate in over 0.5s cubic-bezier(0.4, 0, 0.2, 1).
Responsive (measured)
- breakpoints: 390px · 430px · 598px · 601px · 958px · 1024px
- mobile (390px): hero 38px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/deel.com
registry item · or query it over MCP: get_design_system("Deel")
Export: DESIGN.md
# Deel — Design System > light, professional, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F1F1F1` | | border | `#DCDCDC` | | text | `#1B1B1B` | | text_muted | `#717171` | | primary | `#5938B7` | | accent | `#5938B7` | | link | `#1B1B1B` | | secondary | `#FFCF25` | | button_bg | `#1B1B1B` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#1B1B1B` — 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 `#5938B7` — one role, not several. - `link`, `button_bg` are all `#1B1B1B` — one role, not several (your action color). - **accent** `#5938B7` — accent for emphasis — keep it rare on the page. - **secondary** `#FFCF25` — 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): `#FFFFFF` 42.8% · `#201547` 18.8% · `#19171F` 9.8% · `#4B3A5D` 8.1% ## Typography - Heading: **Bagoss Condensed** _(free fallback: Newsreader)_ - Body: **Bagoss Standard** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 64px / 600 · lh 64px · tracking 0.32px | | h2 | 60px / 500 · lh 63px · tracking -0.19px | | h3 | 44px / 500 · lh 46px · tracking -0.22px | | body | 20px / 400 · lh 32px · tracking -0.2px | | small | 18px / 400 · lh 29px · tracking -0.09px | | eyebrow | 13px / 500 · tracking 0.78px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Bagoss Condensed may be proprietary — safe free fallback: Newsreader (Google Fonts). Bagoss Standard may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 6px, 8px, 12px, 15px, 16px, 20px, 24px, 32px — snap all gaps/padding to these - section rhythm: 128px top/bottom padding per section (measured) ## Radius - base: 16px - button: 200px - card: 14px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#1B1B1B` / `#FFFFFF` | none | 200px | 8px 16px 8px 16px | 500 14px / 0.21px | none | | secondary | `#CFD0D6` / `#1B1B1B` | 2px solid rgb(207, 208, 214) | 200px | 15px 15px 15px 15px | 500 15px | rgba(0, 0, 8, 0.08) 0px 4px 8px 0px | **States (measured, not guessed)** - primary hover: background `#4E4E4E` - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `all 0.1s ease-in-out` ## Shadows (elevation) - card: `rgba(0, 0, 8, 0.08) 0px 4px 8px 0px` ## Motion - durations: 200ms (dominant) · 100ms · 150ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-in-out` - animated properties: fill, color, transform, background-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-purple-200` | `oklch(90.2% .063 306.703)` | | `--color-surface-brand-purple-03` | `#a98df6` | | `--color-surface-brand-blue-03` | `#b1d8fc` | | `--color-cornbread-300` | `#ffe27c` | | `--color-purple-175` | `#ede5ff` | | `--color-surface-brand-yellow-01` | `#ffeba6` | | `--color-neutral-300` | `#ccc` | | `--color-orange-50` | `oklch(98% .016 73.684)` | | `--color-tangelo-175` | `#e7a288` | | `--color-blue-150` | `#d8ebff` | | `--color-neutral-200` | `#e6e6e6` | | `--color-surface-brand-dark-purple` | `#201547` | _…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 1310px · common grid: 3-col - nav: 144px sticky | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 900 | 292 | — | — | 80/40 | — | | 1192 | 1290 | 3 | 28 | 128/128 | — | | 2483 | 649 | — | — | 96/96 | — | | 3132 | 1376 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `div.flex`×4 @0ms → `div.CybotEdge`×2 @980ms → `div.MuiBox-root` @1851ms - `div.MuiBox-root` — opacity 0→1 · maxHeight 0px→200px — 400ms ease-out - `div.flex` ×2 — transform translate(0px)→translate(-50%) — 30000ms · loops - scroll reveal: 1 elements rest at opacity 0, animate in over 0.5s cubic-bezier(0.4, 0, 0.2, 1) (0 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - card ×6: pad 24px 24px 24px 24px · r 16px · bg #F7F5F2 - hover: box-shadow `` · font-weight `400` · letter-spacing `normal` - link: #1B1B1B · no underline — hover #4E4E4E ## Responsive (measured) - breakpoints: 390px · 430px · 598px · 601px · 958px · 1024px - mobile (390px): hero 38px · 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 Deel's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with deel.com. No screenshots stored. Removal requests: hello@mozaika.design.