CapCut Mobile — decoded design system
CapCut 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/capcut.com.
Decoded design system
CapCut Mobile's decoded design system: background #FFFFFF, text #090C14, accent #004EA6, link #004EA6, primary #004EA6; type scale h1 72px / h2 52px / body 16px; 4px spacing base; 12px base radius. The single interactive/action color is #111A20 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F0F0F0 |
| border | #DADADB |
| text | #090C14 |
| text_muted | #66686D |
| primary | #004EA6 |
| accent | #004EA6 |
| link | #004EA6 |
| button_bg | #111A20 |
| button_text | #FDFFFE |
Using these colors
- Action color
#111A20— the single interactive color; only on things you click or must notice, never large fills. primary,accent,linkare all#004EA6— one role, not several (the action color).- accent
#004EA6— accent for emphasis — keep it rare on the page.
Typography
- Heading: Inter SemiBold
- Body: Inter Regular
- h1: 72px
- h2: 52px
- body: 16px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 18px, 24px, 26px, 28px
Radii
- base: 12px
- button: 10px
Shadows (elevation)
- overlay:
rgba(255, 255, 255, 0.8) 0px 32px 64px -8px, rgba(255, 255, 255, 0.6) 0px 0px 80px 20px
Motion
Micro-interactions run at 250ms (dominant) with ease-in-out.
- durations: 250ms · 300ms · 200ms
- easings:
ease-in-out·ease - animated properties: opacity, transform, color, background-color
Button states (measured)
- primary hover: background
#424242
Layout (measured)
- container max-width:
1280px - common grid: 2 columns
Motion choreography (measured)
Scroll reveal: 13 elements rest at opacity 0, animate in over 0.25s ease-in-out.
Responsive (measured)
- breakpoints: 468px · 640px · 700px · 768px · 991px · 1024px
- 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/capcut.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/capcut.theme.ts https://mozaika.design/api/astryx/decode/capcut.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("CapCut Mobile")
Export: DESIGN.md
# CapCut Mobile — Design System > dark, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F0F0F0` | | border | `#DADADB` | | text | `#090C14` | | text_muted | `#66686D` | | primary | `#004EA6` | | accent | `#004EA6` | | link | `#004EA6` | | button_bg | `#111A20` | | button_text | `#FDFFFE` | **Using these colors** - **Action color** `#111A20` — 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`, `link` are all `#004EA6` — one role, not several. - **accent** `#004EA6` — accent for emphasis — keep it rare on the page. - **Page coverage** (full-page screenshot pixels): `#FFFFFF` 71.7% · `#191919` 14.6% · `#7C999E` 3.9% · `#303032` 3.7% ## Typography - Heading: **Inter SemiBold** _(free fallback: Newsreader)_ - Body: **Inter Regular** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 72px / 600 · lh 79px | | h2 | 52px / 500 · lh 57px | | h3 | 40px / 600 · lh 44px | | body | 16px / 400 · lh 21px | | small | 14px / 500 · lh 32px | - Weight ladder: 300 · 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Inter SemiBold may be proprietary — safe free fallback: Newsreader (Google Fonts). Inter Regular — free, on Google. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 6px, 8px, 12px, 16px, 18px, 24px, 26px, 28px — snap all gaps/padding to these - section rhythm: 80px top/bottom padding per section (measured) ## Radius - base: 12px - button: 10px - card: 16px - sharp: 1px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#111A20` / `#FDFFFE` | none | 10px | 9.5px 16px 9.5px 16px | 500 14px | none | | secondary | `rgba(42, 67, 94, 0.08)` / `#090C14` | none | 10px | 9.5px 16px 9.5px 16px | 500 14px | none | **States (measured, not guessed)** - primary hover: background `#424242` - secondary hover: background `rgba(40, 63, 89, 0.16)` - transition: `background-color 0.25s ease-in-out` ## Shadows (elevation) - overlay: `rgba(255, 255, 255, 0.8) 0px 32px 64px -8px, rgba(255, 255, 255, 0.6) 0px 0px 80px 20px` ## Motion - durations: 250ms (dominant) · 300ms · 200ms - easings: `ease-in-out` (dominant) · `ease` - animated properties: opacity, transform, color, 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. ## Layout (measured) - container max 1280px · common grid: 2-col | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 676 | — | — | 208/80 | — | | 676 | 552 | — | — | 24/48 | — | | 1228 | 980 | 2 | 18 | 80/80 | 73/27 | | 2208 | 721 | — | — | 60/60 | — | | 2929 | 895 | 2 | 18 | 80/74 | 75/25 | ## Motion choreography (measured) - scroll reveal: 13 elements rest at opacity 0, animate in over 0.25s 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) - card ×5: pad 16px 16px 16px 16px · r 0px · bg #EDF1FF - hover: font-weight `400` · letter-spacing `normal` - link: #0C1016 · no underline ## Responsive (measured) - breakpoints: 468px · 640px · 700px · 768px · 991px · 1024px - 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/capcut.com
An automated reading of CapCut Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with capcut.com. No screenshots stored. Removal requests: hello@mozaika.design.