MozaikaLive decode

Deepgram — decoded design system

deepgram.com · dark · modern · tailwind · deep decode — measured live

Deepgram'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/deepgram.com.

Decoded design system

Deepgram's decoded design system: background #0B0B0C, text #A9A9AD, accent #13EF93, link #13EF93, primary #9CA3AF; type scale h1 60px / h2 48px / body 18px; 8px spacing base; 6px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0B0B0C
surface#141415
border#222224
text#A9A9AD
text_muted#6C6C6F
primary#9CA3AF
accent#13EF93
link#13EF93
secondary#33AAFF
button_bg#FFFFFF
button_text#0B0B0C

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 200ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--docsearch-primary-color#13ef95
--docsearch-text-color#fbfbff
--docsearch-highlight-color#13ef95
--docsearch-muted-color#949498
--docsearch-container-background#00000080
--docsearch-logo-color#13ef95
--docsearch-modal-background#1a1a1f
--docsearch-searchbox-background#0b0b0c
--docsearch-searchbox-focus-background#0b0b0c
--docsearch-hit-color#fbfbff

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.trustbar_trustbarMarqueebutton.stt-btn-inner×2 → div.stars×2 → div.rfm-marquee×4

Overlay recipe (measured)

dialog panel: rgba(0, 0, 0, 0) · radius 0px

Responsive (measured)

Install it

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

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

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

Export: DESIGN.md

# Deepgram — Design System

> dark, modern, medium, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#0B0B0C` |
| surface | `#141415` |
| border | `#222224` |
| text | `#A9A9AD` |
| text_muted | `#6C6C6F` |
| primary | `#9CA3AF` |
| accent | `#13EF93` |
| link | `#13EF93` |
| secondary | `#33AAFF` |
| button_bg | `#FFFFFF` |
| button_text | `#0B0B0C` |

**Using these colors**

- **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `link` are all `#13EF93` — one role, not several.
- **accent** `#13EF93` — accent for emphasis — keep it rare on the page.
- **primary** `#9CA3AF` — ≈ the text color — a foreground/text color, not an action color (action = #FFFFFF).
- **secondary** `#33AAFF` — 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): `#0B0B0C` 84.1% · `#242526` 10.5% · `#5A6F6C` 5.3%

## Typography

- Heading: **Inter**
- Body: **Inter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 60px / 700 · lh 74px · tracking -1.2px |
| h2 | 48px / 700 · lh 60px · tracking -0.96px |
| h3 | 36px / 700 · lh 44px · tracking -0.72px |
| body | 18px / 400 · lh 28px |
| small | 16px / 600 · lh 24px |

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

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

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 6px, 8px, 10px, 12px, 16px, 20px, 24px, 28px, 30px, 32px — snap all gaps/padding to these

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `oklch(1 0 0)` / `#0B0B0C` | none | 4px | 0px 20px 0px 20px | 600 16px | none |
| secondary | `rgba(0, 0, 0, 0)` / `oklch(1 0 0)` | 1px solid rgba(0, 0, 0, 0) | 4px | 0px 20px 0px 20px | 600 16px | none |

**States (measured, not guessed)**

- primary hover: box-shadow `rgba(0, 0, 0, 0.05) 0px 1px 2px 0px`
- secondary hover: color `#0B0B0C`
- transition: `all 0.3s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- card: `rgba(17, 177, 223, 0.5) 0px 0px 12px -10px, rgba(15, 239, 149, 0.5) 0px 0px 13px 0px`
- overlay: `rgba(38, 44, 52, 0.25) 0px 24px 48px -12px`

## Motion
- durations: 200ms (dominant) · 300ms · 150ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease`
- animated properties: color, fill, border-color, background-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 |
|-------|-------|
| `--docsearch-primary-color` | `#13ef95` |
| `--docsearch-text-color` | `#fbfbff` |
| `--docsearch-highlight-color` | `#13ef95` |
| `--docsearch-muted-color` | `#949498` |
| `--docsearch-container-background` | `#00000080` |
| `--docsearch-logo-color` | `#13ef95` |
| `--docsearch-modal-background` | `#1a1a1f` |
| `--docsearch-searchbox-background` | `#0b0b0c` |
| `--docsearch-searchbox-focus-background` | `#0b0b0c` |
| `--docsearch-hit-color` | `#fbfbff` |
| `--docsearch-hit-active-color` | `#0b0b0c` |
| `--docsearch-hit-background` | `#0b0b0c` |

_…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 1220px · common grid: 2-col
- nav: 84px sticky · bg #101014

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 84 | 538 | — | — | 0/0 | — |
| 764 | 550 | — | — | 0/0 | — |
| 1314 | 802 | — | — | 0/0 | — |
| 2116 | 783 | — | — | 0/0 | — |
| 2899 | 462 | 2 | 48 | 0/0 | — |
| 3362 | 882 | — | — | 0/0 | — |
| 4244 | 588 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.trustbar_trustbarMarquee` @0ms → `button.stt-btn-inner`×2 @137ms → `div.stars`×2 @137ms → `div.rfm-marquee`×4 @768ms
- `button.stt-btn-inner` — transform rotate(0deg)→rotate(360deg) — 1500ms · loops
- overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px

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

## Components (measured)
- card ×7: pad 32px 32px 32px 32px · r 8px · border 1px solid rgb(44, 44, 51) · shadow rgba(38, 44, 52, 0.25) 0px 24px 48px -12px · bg rgba(0, 0, 0, 0)
  - hover: border `1px solid rgb(97, 97, 101)` · font-weight `400` · letter-spacing `normal`

## Responsive (measured)
- breakpoints: 375px · 400px · 480px · 576px · 640px · 768px
- mobile (390px): hero 36px · body 18px · 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 Deepgram's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with deepgram.com. No screenshots stored. Removal requests: hello@mozaika.design.