MozaikaLive decode

Roboflow — decoded design system

roboflow.com · light · professional · custom · deep decode — measured live

Roboflow'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/roboflow.com.

Decoded design system

Roboflow's decoded design system: background #FFFFFF, text #4B5563, accent #6D28D9, link #9CA3AF, primary #111827; type scale h1 48px / h2 42px / body 14px; 4px spacing base; 8px base radius. The single interactive/action color is #6D28D9 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F4F4F5
border#E4E5E7
text#4B5563
text_muted#8F959E
primary#111827
accent#6D28D9
link#9CA3AF
secondary#6D28D9
button_bg#6D28D9
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 300ms (dominant) with ease.

Native design tokens

TokenValue
--color--coolgray-600#4b5563
--color--coolgray-900#111827
--color--violet-700#6d28d9
--purboflow-500#6706ce
--purple#7c3aed
--white#fff
--aquamarine#35ecd9
--purboflow-900#2c005b
--purboflow-400#8315f9
--light#e3d8f5

…and 89 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: button.v2-btn-slide-customer-stdiv.v2-progress-bar-customer×2 → img.industry-scroll-img×52 → div.v2-home-open-gradient-4

Scroll reveal: 15 elements rest at opacity 0, animate in over 0.2s ease.

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/roboflow.com

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

Export: DESIGN.md

# Roboflow — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F4F4F5` |
| border | `#E4E5E7` |
| text | `#4B5563` |
| text_muted | `#8F959E` |
| primary | `#111827` |
| accent | `#6D28D9` |
| link | `#9CA3AF` |
| secondary | `#6D28D9` |
| button_bg | `#6D28D9` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#6D28D9` — 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 `#6D28D9` — one role, not several (your action color).
- **accent** `#6D28D9` — 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** `#111827` — a brand color — but the call-to-action uses #6D28D9, not this.
- **link** `#9CA3AF` — fails contrast on the background (~2.5:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 55.9% · `#171E2D` 11.2% · `#6396A7` 7.5% · `#A8C8CF` 7%

## Typography

- Heading: **Inter**
- Body: **Inter**
- Mono: **Ubuntu Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 48px / 600 · lh 58px |
| h2 | 42px / 600 · lh 50px |
| h3 | 40px / 500 · lh 52px |
| body | 14px / 400 · lh 18px |
| small | 12px / 300 · lh 16px |
| eyebrow | 10px / 500 · tracking 0.4px |

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

> **Fonts —** Inter — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 4px, 6px, 8px, 10px, 12px, 14px, 16px, 20px, 24px — snap all gaps/padding to these
- section rhythm: 80px top/bottom padding per section (measured)

## Radius
- base: 8px
- button: 6px
- card: 10px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#6D28D9` / `#FFFFFF` | 1px solid rgb(109, 40, 217) | 6px | 10px 12px 10px 12px | 400 14px | none |
| secondary | `#FFFFFF` / `#5B21B6` | 1px solid rgb(109, 40, 217) | 6px | 10px 12px 10px 12px | 500 14px | none |

**States (measured, not guessed)**

- primary hover: border `1px solid rgb(91, 33, 182)` · background `#5B21B6`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: border `1px solid rgb(91, 33, 182)`
- transition: `border-color 0.2s ease`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.2) 0px 0px 10px 0px`

## Motion
- durations: 300ms (dominant) · 200ms
- easings: `ease` (dominant)
- animated properties: background-color, opacity, box-shadow, 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--coolgray-600` | `#4b5563` |
| `--color--coolgray-900` | `#111827` |
| `--color--violet-700` | `#6d28d9` |
| `--purboflow-500` | `#6706ce` |
| `--purple` | `#7c3aed` |
| `--white` | `#fff` |
| `--aquamarine` | `#35ecd9` |
| `--purboflow-900` | `#2c005b` |
| `--purboflow-400` | `#8315f9` |
| `--light` | `#e3d8f5` |
| `--color--coolgray-500` | `#6b7280` |
| `--purboflow-600` | `#5905b3` |

_…and 87 more measured on the page._

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

## Layout (measured)
- container max 1298px · common grid: 6-col
- nav: 73px sticky · border-bottom 1px solid rgb(229, 231, 235) · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 73 | 855 | — | — | 40/10 | — |
| 928 | 271 | — | — | 0/80 | — |
| 1199 | 804 | 12 | 48 | 80/80 | — |
| 2003 | 670 | — | — | 80/80 | — |
| 2673 | 683 | — | — | 100/0 | — |
| 3356 | 499 | — | — | 120/0 | — |
| 3856 | 892 | — | — | 120/120 | — |
| 4747 | 918 | 6 | — | 120/120 | 14/17/17/20/14/17 |

## Motion choreography (measured)
Load order: `button.v2-btn-slide-customer-st` @0ms → `div.v2-progress-bar-customer`×2 @0ms → `img.industry-scroll-img`×52 @167ms → `div.v2-home-open-gradient-4` @168ms
- scroll reveal: 15 elements rest at opacity 0, animate in over 0.2s ease (6 revealed during the drive).

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

## Components (measured)
- card ×7: pad 0px 0px 0px 0px · r 10px · border 1px solid rgb(229, 231, 235) · shadow rgba(0, 0, 0, 0.2) 0px 0px 10px 0px · bg rgba(0, 0, 0, 0)
  - hover: box-shadow `rgba(0, 0, 0, 0.5) 0px 0px 10px 0px` · font-weight `500` · letter-spacing `normal`

## Responsive (measured)
- breakpoints: 479px · 600px · 768px · 991px · 1440px
- mobile (390px): hero 34px · 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.

← All decoded design systems

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 Roboflow's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with roboflow.com. No screenshots stored. Removal requests: hello@mozaika.design.