MozaikaDesign system

Roboflow — Design System

light · professional · medium · custom · confidence 92% · deep decode

The full decoded design system for Roboflow: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

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/ds/roboflow.

Tokens

Roboflow's decoded design system: background #FFFFFF, text #4B5563, accent #6D28D9, link #4B5563, primary #111827; type scale h1 42px / h2 14px / 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#4B5563
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)

Per-section tokens (15)

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 | `#4B5563` |
| 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** `#4B5563` — inline text links and link-styled controls.
- **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: 8px
- 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.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/roboflow

Export: Tailwind v4 (@theme)

@theme {
  /* action color #6D28D9 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #F4F4F5;
  --color-border: #E4E5E7;
  --color-text: #4B5563;
  --color-text-muted: #8F959E;
  --color-primary: #111827;  /* a brand color — but the call-to-action uses #6D28D9, not this. */
  --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. */
  --color-link: #4B5563;  /* inline text links and link-styled controls. */
  --color-secondary: #6D28D9;  /* same color as the action (see accent). */
  --color-button-bg: #6D28D9;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Inter — free, on Google. */
  --font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "Ubuntu Mono", ui-monospace, monospace;
  /* measured weights: 300, 400, 500, 600 — use these, not 400/600 */
  --text-hero: 48px; --font-weight-hero: 600; --leading-hero: 58px;
  --text-h2: 42px; --font-weight-h2: 600; --leading-h2: 50px;
  --text-h3: 40px; --font-weight-h3: 500; --leading-h3: 52px;
  --text-body: 14px; --font-weight-body: 400; --leading-body: 18px;
  --text-small: 12px; --font-weight-small: 300; --leading-small: 16px;
  --text-eyebrow: 10px; --font-weight-eyebrow: 500; --tracking-eyebrow: 0.4px;
  --radius-base: 8px;
  --radius-button: 8px;
  --radius-card: 10px;
  --radius-pill: 9999px;
  --shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
  --color-btn-hover: #5B21B6;  /* measured primary hover fill */
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 200ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 300ms;
  --section-y: 80px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 8, 10, 12, 14, 16, 20, 24px */
}

Export: CSS variables

:root {
  /* action color #6D28D9 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #F4F4F5;
  --border: #E4E5E7;
  --text: #4B5563;
  --text-muted: #8F959E;
  --primary: #111827;  /* a brand color — but the call-to-action uses #6D28D9, not this. */
  --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. */
  --link: #4B5563;  /* inline text links and link-styled controls. */
  --secondary: #6D28D9;  /* same color as the action (see accent). */
  --button-bg: #6D28D9;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "Ubuntu Mono", ui-monospace, monospace;
  --text-hero: 48px; --weight-hero: 600; --leading-hero: 58px;
  --text-h2: 42px; --weight-h2: 600; --leading-h2: 50px;
  --text-h3: 40px; --weight-h3: 500; --leading-h3: 52px;
  --text-body: 14px; --weight-body: 400; --leading-body: 18px;
  --text-small: 12px; --weight-small: 300; --leading-small: 16px;
  --text-eyebrow: 10px; --weight-eyebrow: 500; --tracking-eyebrow: 0.4px;
  --radius: 8px;
  --radius-button: 8px;
  --radius-card: 10px;
  --radius-pill: 9999px;
  --shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
  --btn-bg-hover: #5B21B6;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: ease;
  --duration-fast: 200ms;
  --duration-base: 300ms;
  --section-y: 80px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --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;
}
/* fonts: Inter — free, on Google. */