MozaikaLive decode

Hex — decoded design system

hex.tech · dark · professional · custom · deep decode — measured live

Hex'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/hex.tech.

Decoded design system

Hex's decoded design system: background #14141C, text #E3B2B3, accent #3E63DD, link #31263B, primary #31263B; type scale h1 78px / h2 67px / body 12px; 4px spacing base; 3px base radius. The single interactive/action color is #3E63DD — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#14141C
surface#201D25
border#332B32
text#E3B2B3
text_muted#947579
primary#31263B
accent#3E63DD
link#31263B
secondary#01011B
button_bgtransparent
button_text#14141C

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 250ms (dominant) with cubic-bezier(0.25, 0.1, 0.25, 1).

Native design tokens

TokenValue
--black#01011b
--white#ffffff
--obsidian#14141C
--roseQuartz#F5C0C0
--amethyst#A477B2
--minsk#473982
--eggplant#31263B
--jade#5CB198
--citrine#CDA849
--opal#FBF9F9

…and 46 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.Ticker__InstanceAnim-sc-div.PerlinNoise__NoiseTexturdiv.NavMenuCallout__PerlinNo×3 → canvas.AiIllustrationCanvas__Cacanvas.AiIllustrationCanvas__Ca

Scroll reveal: 8 elements rest at opacity 0, translateY(5px), animate in over 0.15s ease-in-out.

Overlay recipe (measured)

dialog panel: rgba(0, 0, 0, 0) · radius 0px · enter 350ms linear(0 0%, 0.0363 2.9411764705882355%, 0.1199 5.882352941176471%, 0.2243 8.823529411764707%, 0.3331 11.764705882352942

Input (measured)

height 73px · radius 7px

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/hex.tech

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

Export: DESIGN.md

# Hex — Design System

> dark, professional, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#14141C` |
| surface | `#201D25` |
| border | `#332B32` |
| text | `#E3B2B3` |
| text_muted | `#947579` |
| primary | `#31263B` |
| accent | `#3E63DD` |
| link | `#31263B` |
| secondary | `#01011B` |
| button_bg | `transparent` |
| button_text | `#14141C` |

**Using these colors**

- **Action color** `#3E63DD` — 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 `#31263B` — one role, not several.
- **accent** `#3E63DD` — 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** `#01011B` — 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): `#F9F6F6` 93% · `#B2AEB6` 7%

## Typography

- Heading: **PP Formula SemiExtended** _(free fallback: Newsreader)_
- Body: **Cinetype** _(free fallback: Newsreader)_
- Mono: **Cinetype Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 78px / 200 · lh 101px · tracking -1.85px |
| h2 | 67px / 200 · lh 87px · tracking -1.58px |
| h3 | 60px / 700 · lh 78px · tracking -1.85px |
| body | 12px / 400 · lh 17px |
| small | 11px / 400 · lh 17px |
| eyebrow | 10px / 400 · tracking 0.83px |

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

> **Fonts —** PP Formula SemiExtended may be proprietary — safe free fallback: Newsreader (Google Fonts). Cinetype may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 4px, 5px, 6px, 8px, 10px, 11px, 12px, 14px, 16px — snap all gaps/padding to these

## Radius
- base: 3px
- button: 0px
- card: 4px
- pill: 9999px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `rgba(0, 0, 0, 0)` / `#14141C` | 1px solid rgba(0, 0, 0, 0) | 0px | 0px 15px 0px 15px | 400 14px | none |

**States (measured, not guessed)**

- primary focus: outline `2px solid rgba(245, 192, 192, 0.384)`
- transition: `background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1)`

## Shadows (elevation)
- subtle: `rgb(218, 221, 230) 0px 0px 0px 1px`
- card: `rgba(95, 80, 157, 0.05) 0px 3px 6px 0px`

## Motion
- durations: 250ms (dominant) · 100ms · 200ms
- easings: `cubic-bezier(0.25, 0.1, 0.25, 1)` (dominant) · `linear`
- animated properties: background-color, border-color, opacity, transform

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 |
|-------|-------|
| `--black` | `#01011b` |
| `--white` | `#ffffff` |
| `--obsidian` | `#14141C` |
| `--roseQuartz` | `#F5C0C0` |
| `--amethyst` | `#A477B2` |
| `--minsk` | `#473982` |
| `--eggplant` | `#31263B` |
| `--jade` | `#5CB198` |
| `--citrine` | `#CDA849` |
| `--opal` | `#FBF9F9` |
| `--violetTopaz` | `#5F509D` |
| `--cement` | `#717A94` |

_…and 44 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1000px · common grid: 12-col
- nav: 62px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 1872 | 12 | — | 0/0 | — |
| 1684 | 188 | 12 | — | 0/0 | — |
| 1872 | 1994 | 12 | — | 0/0 | — |
| 2333 | 1493 | 2 | 70 | 0/0 | 29/71 |
| 3166 | 660 | 2 | 70 | 0/0 | 29/71 |
| 3866 | 300 | 12 | — | 0/0 | — |
| 4166 | 1556 | 12 | — | 0/0 | — |
| 4287 | 1395 | 2 | 70 | 0/0 | 29/71 |

## Motion choreography (measured)
Load order: `div.Ticker__InstanceAnim-sc-` @0ms → `div.PerlinNoise__NoiseTextur` @0ms → `div.NavMenuCallout__PerlinNo`×3 @1170ms → `canvas.AiIllustrationCanvas__Ca` @1229ms → `canvas.AiIllustrationCanvas__Ca` @1229ms
- `div.Rotator__Inner-sc-3122a6` — transform translateY(0px)→translateY(-20px) — 800ms cubic-bezier(0.25, 0.1, 0.25, 1)
- scroll reveal: 8 elements rest at opacity 0, translateY(5px), animate in over 0.15s ease-in-out (4 revealed during the drive).
- overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px
  - enter: opacity from 0 · 350ms linear(0 0%, 0.0363 2.9411764705882355%, 0.1199 5.882352941176471%, 0.2243 8.823529411764707%, 0.3331 11.764705882352942

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

## Components (measured)
- input: h 73px · r 7px · bg rgba(0, 0, 0, 0) · placeholder #717A94

## Responsive (measured)
- breakpoints: 400px · 450px · 600px · 800px · 1000px · 1250px
- mobile (390px): hero 40px · body 14px · 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.
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 Hex's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with hex.tech. No screenshots stored. Removal requests: hello@mozaika.design.