Lumiui — decoded design system
Lumiui'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/lumiui.dev.
Decoded design system
Lumiui's decoded design system: background #FFFFFF, text #080E19, accent #5D9EFF, link #080E19, primary #DAE6FF; type scale h1 72px / h2 72px / body 18px; 8px spacing base; 6px base radius. The single interactive/action color is #5D9EFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F0F0F1 |
| border | #D9DADC |
| text | #080E19 |
| text_muted | #656970 |
| primary | #DAE6FF |
| accent | #5D9EFF |
| link | #080E19 |
| secondary | #5D9EFF |
| button_bg | #5D9EFF |
| button_text | #002045 |
Using these colors
- Action color
#5D9EFF— the single interactive color; only on things you click or must notice, never large fills. accent,secondary,button_bgare all#5D9EFF— one role, not several (the action color).- accent
#5D9EFF— 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. - primary
#DAE6FF— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #5D9EFF). - link
#080E19— inline text links and link-styled controls.
Typography
- h1: 72px
- h2: 72px
- body: 18px
Spacing
- base unit: 8px
- scale: 4px, 8px, 12px, 16px, 24px, 32px, 48px, 96px
Radii
- base: 6px
- button: 6px
Shadow
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.700292 -0.0321913 -0.154563 / 0.2) 0px 10px 15px -3px, oklab(0.700292 -0.0321913 -0.154563 / 0.2) 0px 4px 6px -4px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 300ms · 2000ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·linear - animated properties: color, background-color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--border | lab(30.2249% -.276074 -16.0128) |
--color-purple-200 | lab(87.8405% 13.4282 -18.7159) |
--color-muted-foreground | lab(69.6563% -.191152 -15.9819) |
--color-indigo-300 | lab(74.0235% 8.54138 -41.6075) |
--sidebar-primary-foreground | lab(11.9289% 1.81083 -27.0733) |
--color-purple-500 | lab(52.0183% 66.11 -78.2316) |
--card | lab(8.88782% -.548415 -12.5567) |
--color-emerald-300 | lab(83.9203% -48.7124 13.8849) |
--color-sky-500 | lab(63.3038% -18.433 -51.0407) |
--color-yellow-600 | lab(62.7799% 22.4197 86.1544) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
oklab(0.700292 -0.0321913 -0.154563 / 0.9) - primary focus: outline
1px solid lab(64.1687 1.50979 -55.4053)
Layout (measured)
- container max-width:
1024px - nav: 64px sticky, backdrop
blur(12px) - common grid: 2 columns
Motion choreography (measured)
Load order: span.absolute → div.h-full
Overlay recipe (measured)
dialog panel: lab(3.8651 0.063315 -7.29498) · radius 6px · enter 240ms cubic-bezier(0.32, 0.72, 0, 1)
Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px · 1536px · 1600px
- mobile (390px): hero 48px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/lumiui.dev
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/lumiui.theme.ts https://mozaika.design/api/astryx/decode/lumiui.dev.ts
registry item · astryx theme · or query it over MCP: get_design_system("Lumiui")
Export: DESIGN.md
# Lumiui — Design System > light, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F0F0F1` | | border | `#D9DADC` | | text | `#080E19` | | text_muted | `#656970` | | primary | `#DAE6FF` | | accent | `#5D9EFF` | | link | `#080E19` | | secondary | `#5D9EFF` | | button_bg | `#5D9EFF` | | button_text | `#002045` | **Using these colors** - **Action color** `#5D9EFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent`, `secondary`, `button_bg` are all `#5D9EFF` — one role, not several (your action color). - **accent** `#5D9EFF` — 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. - **primary** `#DAE6FF` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #5D9EFF). - **link** `#080E19` — inline text links and link-styled controls. - **Page coverage** (full-page screenshot pixels): `#080E19` 80.6% · `#131C29` 14.3% · `#46566F` 5.2% ## Typography - h1: 72px - h2: 72px - body: 18px ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 4px, 8px, 12px, 16px, 24px, 32px, 48px, 96px — snap all gaps/padding to these ## Radius - base: 6px - button: 6px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `lab(64.1687 1.50979 -55.4053)` / `lab(11.9289 1.81083 -27.0733)` | none | 6px | 0px 24px 0px 24px | 500 16px | rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.700292 -0.0321913 -0.154563 / 0.2) 0px 10px 15px -3px, oklab(0.700292 -0.0321913 -0.154563 / 0.2) 0px 4px 6px -4px | | secondary | `rgba(0, 0, 0, 0)` / `lab(90.9594 -0.472665 -13.5815)` | 1px solid oklab(0.700292 -0.0321913 -0.154563 / 0.15) | 6px | 8px 16px 8px 16px | 500 14px | none | **States (measured, not guessed)** - primary hover: background `oklab(0.700292 -0.0321913 -0.154563 / 0.9)` - primary focus: outline `1px solid lab(64.1687 1.50979 -55.4053)` - secondary hover: background `oklab(0.400597 -0.00581403 -0.0437045 / 0.3)` - transition: `all 0.15s cubic-bezier(0.4, 0, 0.2, 1)` ## Motion - durations: 150ms (dominant) · 300ms · 2000ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear` - animated properties: color, background-color, border-color, outline-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 | |-------|-------| | `--border` | `lab(30.2249% -.276074 -16.0128)` | | `--color-purple-200` | `lab(87.8405% 13.4282 -18.7159)` | | `--color-muted-foreground` | `lab(69.6563% -.191152 -15.9819)` | | `--color-indigo-300` | `lab(74.0235% 8.54138 -41.6075)` | | `--sidebar-primary-foreground` | `lab(11.9289% 1.81083 -27.0733)` | | `--color-purple-500` | `lab(52.0183% 66.11 -78.2316)` | | `--card` | `lab(8.88782% -.548415 -12.5567)` | | `--color-emerald-300` | `lab(83.9203% -48.7124 13.8849)` | | `--color-sky-500` | `lab(63.3038% -18.433 -51.0407)` | | `--color-yellow-600` | `lab(62.7799% 22.4197 86.1544)` | | `--color-pink-500` | `lab(56.9303% 76.8162 -8.07021)` | | `--color-red-900` | `lab(28.5139% 44.5539 29.0463)` | _…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 1024px · common grid: 2-col - nav: 64px sticky · backdrop blur(12px) · bg oklab(0.163699 -0.00368468 -0.0250257 / 0.8) | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 64 | 740 | — | — | 0/0 | — | | 362 | 442 | 2 | — | 0/0 | — | ## Motion choreography (measured) Load order: `span.absolute` @0ms → `div.h-full` @0ms - `span.absolute` — transform none→rotate(360deg) — 4000ms · loops - `div.h-full` — opacity 1→1 — 2000ms cubic-bezier(0.4, 0, 0.6, 1) · loops - overlay dialog (auto-opened): panel lab(3.8651 0.063315 -7.29498) · r 6px · shadow - enter: opacity from 0 · 240ms cubic-bezier(0.32, 0.72, 0, 1) | scale from 0.94 · 240ms cubic-bezier(0.32, 0.72, 0, 1) - exit: opacity from 0.887588 · 213ms cubic-bezier(0.32, 0.72, 0, 1) | scale from 0.993255 · 213ms cubic-bezier(0.32, 0.72, 0, 1) Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Responsive (measured) - breakpoints: 640px · 768px · 1024px · 1280px · 1536px · 1600px - mobile (390px): hero 48px · 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. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/lumiui.dev
An automated reading of Lumiui's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with lumiui.dev. No screenshots stored. Removal requests: hello@mozaika.design.