Hightouch — decoded design system
Hightouch'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/hightouch.com.
Decoded design system
Hightouch's decoded design system: background #FFFFFF, text #141213, accent #0F492E, link #F5F5F5, primary #E3FCEE; type scale h1 68px / h2 64px / body 13px; 8px spacing base; 16px base radius. The single interactive/action color is #302D2E — 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 | #DBDBDB |
| text | #141213 |
| text_muted | #6D6C6C |
| primary | #E3FCEE |
| accent | #0F492E |
| link | #F5F5F5 |
| secondary | #29B5E8 |
| button_bg | #302D2E |
| button_text | #F5F5F5 |
Using these colors
- Action color
#302D2E— the single interactive color; only on things you click or must notice, never large fills. - accent
#0F492E— accent for emphasis — keep it rare on the page. - primary
#E3FCEE— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #302D2E). - link
#F5F5F5— fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - secondary
#29B5E8— 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: DM Mono
- Body: DM Mono
- Mono: DM Mono
- h1: 68px
- h2: 64px
- body: 13px
Spacing
- base unit: 8px
- scale: 8px, 10px, 12px, 16px, 24px, 25px, 32px, 40px, 64px, 88px
Radii
- base: 16px
- button: 16px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0.02) 0px 1.885px 1.885px 0px, rgba(0, 0, 0, 0.04) 0px 3.77px 3.77px 0px, rgba(0, 0, 0, 0.04) 0px 11.31px 22.621px 0px - card:
rgba(0, 0, 0, 0.05) 0px -1px 6px 0px, rgba(0, 0, 0, 0.04) 0px 12px 12px 0px, rgba(0, 0, 0, 0.02) 0px 27px 16px 0px, rgba(0, 0, 0, 0.01) 0px 47px 19px 0px - overlay:
rgba(0, 0, 0, 0.02) 0px 34.807px 20.627px 0px, rgba(0, 0, 0, 0.04) 0px 15.47px 15.47px 0px, rgba(0, 0, 0, 0.05) 0px 3.867px 7.735px 0px
Motion
Micro-interactions run at 100ms (dominant) with ease-in-out.
- durations: 100ms · 150ms · 200ms
- easings:
ease-in-out·ease-out - animated properties: transform, opacity, background-color, color
Native design tokens
| Token | Value |
|---|---|
--chakra-ring-offset-color | #fff |
--chakra-ring-color | rgba(66, 153, 225, 0.6) |
--chakra-colors-black | #000000 |
--chakra-colors-white | #FFFFFF |
--chakra-colors-whiteAlpha-50 | rgba(255, 255, 255, 0.04) |
--chakra-colors-whiteAlpha-100 | rgba(255, 255, 255, 0.06) |
--chakra-colors-whiteAlpha-200 | rgba(255, 255, 255, 0.08) |
--chakra-colors-whiteAlpha-300 | rgba(255, 255, 255, 0.16) |
--chakra-colors-whiteAlpha-400 | rgba(255, 255, 255, 0.24) |
--chakra-colors-whiteAlpha-500 | rgba(255, 255, 255, 0.36) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: border
1px solid rgb(105, 99, 101)· background#696365 - primary focus: border
1px solid rgb(143, 138, 139)· box-shadowrgb(64, 222, 158) 0px 0px 0px 2px· background#696365
Layout (measured)
- container max-width:
1200px - nav: 72px sticky
- common grid: 2 columns
Motion choreography (measured)
Load order: path.css-0×8 → div.marquee×12 → div.css-1ftlrgc → div.onetrust-pc-dark-filter
Scroll reveal: 4 elements rest at opacity 0, animate in over 0.25s ease-out.
Responsive (measured)
- mobile (390px): hero 33px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/hightouch.com
registry item · or query it over MCP: get_design_system("Hightouch")
Export: DESIGN.md
# Hightouch — Design System > light, modern, medium, chakra — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F0F0F0` | | border | `#DBDBDB` | | text | `#141213` | | text_muted | `#6D6C6C` | | primary | `#E3FCEE` | | accent | `#0F492E` | | link | `#F5F5F5` | | secondary | `#29B5E8` | | button_bg | `#302D2E` | | button_text | `#F5F5F5` | **Using these colors** - **Action color** `#302D2E` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - **accent** `#0F492E` — accent for emphasis — keep it rare on the page. - **primary** `#E3FCEE` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #302D2E). - **link** `#F5F5F5` — fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - **secondary** `#29B5E8` — 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): `#665F61` 51.9% · `#564445` 23.2% · `#26201D` 10% · `#838383` 8% ## Typography - Heading: **DM Mono** _(free fallback: JetBrains Mono)_ - Body: **DM Mono** _(free fallback: JetBrains Mono)_ - Mono: **DM Mono** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 68px / 700 · lh 72px · tracking -2.04px | | h2 | 64px / 400 · lh 74px · tracking -1.92px | | h3 | 33px / 700 · lh 40px · tracking -0.49px | | body | 13px / 400 · lh 20px · tracking 0.36px | | small | 11px / 600 · lh 16px · tracking 0.39px | | eyebrow | 11px / 500 · tracking 0.39px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** DM Mono may be proprietary — safe free fallback: JetBrains Mono (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 8px, 10px, 12px, 16px, 24px, 25px, 32px, 40px, 64px, 88px — snap all gaps/padding to these - section rhythm: 64px top/bottom padding per section (measured) ## Radius - base: 16px - button: 16px - card: 4px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#302D2E` / `#F5F5F5` | 1px solid rgb(48, 45, 46) | 16px | 12px 12px 12px 16px | 600 13.2px / 0.363px | none | | secondary | `#FFFFFF` / `#141213` | 1px solid rgb(199, 194, 195) | 16px | 12px 16px 12px 16px | 600 13.2px / 0.363px | none | **States (measured, not guessed)** - primary hover: border `1px solid rgb(105, 99, 101)` · background `#696365` - primary focus: border `1px solid rgb(143, 138, 139)` · box-shadow `rgb(64, 222, 158) 0px 0px 0px 2px` · background `#696365` - transition: `background-color 0.15s ease` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0.02) 0px 1.885px 1.885px 0px, rgba(0, 0, 0, 0.04) 0px 3.77px 3.77px 0px, rgba(0, 0, 0, 0.04) 0px 11.31px 22.621px 0px` - card: `rgba(0, 0, 0, 0.05) 0px -1px 6px 0px, rgba(0, 0, 0, 0.04) 0px 12px 12px 0px, rgba(0, 0, 0, 0.02) 0px 27px 16px 0px, rgba(0, 0, 0, 0.01) 0px 47px 19px 0px` - overlay: `rgba(0, 0, 0, 0.02) 0px 34.807px 20.627px 0px, rgba(0, 0, 0, 0.04) 0px 15.47px 15.47px 0px, rgba(0, 0, 0, 0.05) 0px 3.867px 7.735px 0px` ## Motion - durations: 100ms (dominant) · 150ms · 200ms - easings: `ease-in-out` (dominant) · `ease-out` - animated properties: transform, opacity, background-color, 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 | |-------|-------| | `--chakra-ring-offset-color` | `#fff` | | `--chakra-ring-color` | `rgba(66, 153, 225, 0.6)` | | `--chakra-colors-black` | `#000000` | | `--chakra-colors-white` | `#FFFFFF` | | `--chakra-colors-whiteAlpha-50` | `rgba(255, 255, 255, 0.04)` | | `--chakra-colors-whiteAlpha-100` | `rgba(255, 255, 255, 0.06)` | | `--chakra-colors-whiteAlpha-200` | `rgba(255, 255, 255, 0.08)` | | `--chakra-colors-whiteAlpha-300` | `rgba(255, 255, 255, 0.16)` | | `--chakra-colors-whiteAlpha-400` | `rgba(255, 255, 255, 0.24)` | | `--chakra-colors-whiteAlpha-500` | `rgba(255, 255, 255, 0.36)` | | `--chakra-colors-whiteAlpha-600` | `rgba(255, 255, 255, 0.48)` | | `--chakra-colors-whiteAlpha-700` | `rgba(255, 255, 255, 0.64)` | _…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 1200px · common grid: 2-col - nav: 72px sticky · bg #FFFFFF | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 615 | 3 | 24 | 24/50 | 30/44/26 | | 72 | 1004 | — | — | 64/64 | — | | 1076 | 256 | — | — | 64/0 | — | | 1492 | 836 | — | — | 0/0 | — | | 2488 | 729 | — | — | 0/64 | — | | 3313 | 1038 | — | — | 0/64 | — | | 4447 | 532 | 2 | 136 | 0/0 | — | ## Motion choreography (measured) Load order: `path.css-0`×8 @0ms → `div.marquee`×12 @705ms → `div.css-1ftlrgc` @2234ms → `div.onetrust-pc-dark-filter` @3724ms - `div.hero-funding-context-mot` ×10 — transform translate3d(0px, -90px, -140px) scale(0.54)→translate3d(0px, -77.6px, -120px) scale(0.6) — 560ms cubic-bezier(0.77, 0, 0.175, 1) - scroll reveal: 4 elements rest at opacity 0, animate in over 0.25s ease-out (1 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - card ×4: pad 0px 0px 0px 0px · r 16px · bg rgba(0, 0, 0, 0) - hover: font-weight `400` · letter-spacing `normal` - link: #101111 · underline ## Responsive (measured) - mobile (390px): hero 33px · 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 Hightouch's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with hightouch.com. No screenshots stored. Removal requests: hello@mozaika.design.