---
name: datadog-design-reference
provider: DesignSkill (https://designskill.dev)
reference: datadoghq.com
source_url: https://www.datadoghq.com/
tool: designskill-extract/3.2.0
extracted_at: 2026-07-27T09:04:34.005Z
mode: full-render
classification: reference_only
---

# Datadog — Design Reference (measured)

Measured design tokens extracted from `https://www.datadoghq.com/` by designskill-extract/3.2.0.
Every value below was observed in the live page (×N = observation count). Values not listed were **not observed** — do not invent them.
This document is `reference_only`: an analysis of a third-party site, not a license to its brand assets.

## Overview

- Extraction mode: **full-render** (viewports 390/768/1440px × light/dark), 1 page(s), 357 observation records.
- Primary action color observed as `#632ca6` (basis: declared, confidence 0.92).
- Dominant font family: **NationalWeb** (×696).
- Type scale observed at 8 sizes from 14px to 38px.
- Corner radius values in use: 4px, 1px, 6px, 5px….
- Not observed in this extraction: cards, badges.

## Colors

### Role Tokens

Semantic roles inferred from observed usage. `basis` tells how the role was established (declared CSS var > cross-validated > inferred).

| Token | Value | Basis | Confidence | Observed |
|---|---|---|---|---|
| `{color.primary}` | `#632ca6` | declared | 0.92 | ×36 — --bs-primary |
| `{color.background}` | `#ffffff` | cross-validated | 0.95 | ×761 |
| `{color.ink}` | `#d63384` | declared | 0.92 | ×0 — --bs-pink |
| `{color.surface}` | `#eeeeee` | inferred | 0.7 | ×2 |
| `{color.accent}` | `#0060ff` | inferred | 0.57 | ×2 |

### Observed Palette

Full measured palette ordered by usage share. `Used in` lists the CSS properties the color appeared on.

| Hex | Share | Used in | Observed |
|---|---|---|---|
| `#ffffff` | 73.4% | -webkit-box-shadow, background-color, color, border-color | ×761 (cross-validated, 0.95) |
| `#555555` | 6.0% | background-color, color | ×62 (observed, 0.76) |
| `#212529` | 5.6% | color, border-color | ×58 (observed, 0.76) |
| `#000000` | 4.0% | background-color, color | ×42 (observed, 0.75) |
| `#632ca6` | 3.5% | background-color, border-color, color | ×36 (observed, 0.75) |
| `#110617` | 3.2% | --callout-bg-gradient, background-color | ×33 (cross-validated, 0.9) |
| `#ffffff` | 1.2% | color | ×12 (observed, 0.74) |
| `#7700ff` | 1.2% | color, border-color, --cta-bg-hover, background-color, --callout-bg-gradient | ×12 (cross-validated, 0.89) |
| `#616161` | 0.6% | border-color | ×6 (observed, 0.73) |
| `#0060ff` | 0.2% | --cta-bg-hover | ×2 (inferred, 0.57) |
| `#eeeeee` | 0.2% | background-color | ×2 (observed, 0.72) |
| `#ff0080` | 0.1% | --cta-bg | ×1 (inferred, 0.56) |
| `#0032a0` | 0.1% | --cta-bg | ×1 (inferred, 0.56) |
| `#ffc8f9` | 0.1% | background-color | ×1 (inferred, 0.56) |
| `#c7c7c7` | 0.1% | background-color | ×1 (inferred, 0.56) |
| `#001b58` | 0.1% | --cta-bg-hover | ×1 (inferred, 0.56) |

## Typography

### Font Families

| Family | Observed |
|---|---|
| `NationalWeb` | ×696 |

Use **NationalWeb** as the default family — it accounts for the overwhelming majority of observed text nodes.

### Type Scale

| Token | Size | Observed |
|---|---|---|
| `{type.display}` | 38px | ×4 |
| `{type.h1}` | 36px | ×24 |
| `{type.h2}` | 28px | ×12 |
| `{type.h3}` | 22px | ×56 |
| `{type.body-lg}` | 20px | ×46 |
| `{type.body}` | 18px | ×184 |
| `{type.body-sm}` | 16px | ×348 |
| `{type.caption}` | 14px | ×10 |

The most frequently observed size is **16px** (×348) — treat it as the default body size.

## Spacing

| Value | Observed |
|---|---|
| `4px` | ×540 |
| `20px` | ×198 |
| `12px` | ×140 |
| `40px` | ×124 |
| `2px` | ×110 |
| `6px` | ×106 |
| `60px` | ×68 |
| `16px` | ×46 |
| `8px` | ×32 |
| `10px` | ×32 |
| `30px` | ×26 |
| `48px` | ×20 |

## Shape (Border Radius)

| Value | Observed |
|---|---|
| `4px` | ×30 |
| `1px` | ×14 |
| `6px` | ×10 |
| `5px` | ×4 |
| `3px` | ×4 |
| `2px` | ×2 |
| `20px` | ×1 |

## Elevation

| Shadow | Observed |
|---|---|
| `rgba(0, 0, 0, 0.07) 0px 0px 8px 8px` | ×6 |
| `0 0 1px rgba(255,255,255,.5)` | ×1 |

## Motion

| Duration | Observed |
|---|---|
| `0.25s` | ×32 |
| `0.15s` | ×28 |
| `0.2s` | ×6 |
| `0.3s` | ×4 |
| `1s` | ×2 |

## Components

Measured computed styles of representative components (desktop viewport).

| Component | Measured spec | Samples |
|---|---|---|
| button.primary | bg `#632ca6` · text `#ffffff` · radius `4px` · padding `16px 24px` · font `18px/700` | ×1 |
| button.outline | text `#632ca6` · border `1px solid rgb(99, 44, 166)` · radius `4px` · padding `14px 24px 16px` · font `18px` | ×1 |
| form.input | bg `#000000` · text `#212529` · border `0px solid rgb(33, 37, 41)` · radius `0px` · padding `0px 10px` · height `49` | ×1 |
| nav | bg `#ffffff` · height `130px` · position `fixed` · link `#555555` | — |

### Hero Gradient (observed)

```css
background-image: url("https://corp.dd-static.net/img/homepage/reinvent_high_res_banner_desktop.png"), linear-gradient(360deg, rgb(137, 4, 255), rgb(17, 6, 23));
```

### Interaction States (observed)

| State | Property | From | To |
|---|---|---|---|
| hover | color | `rgb(85, 85, 85)` | `rgb(99, 44, 166)` |
| hover | border-color | `rgb(85, 85, 85)` | `rgb(99, 44, 166)` |
| hover | outline-color | `rgb(85, 85, 85)` | `rgb(99, 44, 166)` |
| focus | color | `rgb(85, 85, 85)` | `rgb(99, 44, 166)` |
| focus | border-color | `rgb(85, 85, 85)` | `rgb(99, 44, 166)` |
| focus | outline-color | `rgb(85, 85, 85)` | `rgb(99, 44, 166)` |

## Accessibility (WCAG Contrast)

| FG | BG | Ratio | AA | Source |
|---|---|---|---|---|
| `#ffffff` | `#110617` | 19.77 | pass | observed ×172 |
| `#ffffff` | `#000000` | 21 | pass | observed ×84 |
| `#ffffff` | `#ffffff` | 1 | fail | observed ×26 |
| `#555555` | `#ffffff` | 7.46 | pass | observed ×25 |
| `#212529` | `#ffffff` | 15.43 | pass | observed ×17 |
| `#212529` | `#f6f6f6` | 14.27 | pass | observed ×9 |
| `#632ca6` | `#ffffff` | 8.6 | pass | observed ×7 |
| `#ffffff` | `#632ca6` | 8.6 | pass | observed ×3 |
| `#632ca6` | `#f6f6f6` | 7.96 | pass | observed ×3 |
| `#000000` | `#ffffff` | 21 | pass | observed ×2 |
| `#d63384` | `#ffffff` | 4.5 | pass | ink_on_background |
| `#ffffff` | `#632ca6` | 8.6 | pass | white_on_primary |

1 measured pair(s) fail AA — if you reuse those pairs, adjust lightness until the ratio reaches 4.5:1.

## Usage Rules

### Do
- Use `{color.primary}` (`#632ca6`) for primary actions only — that is where it was observed.
- Default text pairing: `{color.ink}` (`#d63384`) on `{color.background}` (`#ffffff`).
- Set all text in `NationalWeb` (fallbacks only for glyph coverage).
- Pick corner radii from the measured set (4px, 1px, 6px, 5px) — no intermediate values were observed.
- Cite this file's token names (`{color.*}`, `{type.*}`) when generating UI so output stays traceable to observations.

### Don't
- Don't invent colors, sizes, shadows, or spacing not listed above — absence means *not observed*, and this document records observations only.
- Don't assume the missing blocks (cards, badges) don't exist on the site — they were simply not captured in this run.
- Don't copy brand assets (logo, wordmark, imagery, copy) — `reference_only` covers measured style values, not brand identity.
- Treat `{color.accent}` with caution — confidence below 0.6.

## Provenance

- Source: https://www.datadoghq.com/ (1 page(s))
- Tool: designskill-extract/3.2.0 · extracted 2026-07-27T09:04:34.005Z
- Mode: full-render — 풀렌더 모드 — 3뷰포트 × 라이트/다크 computed style + 상태 관측.
- Blocks observed: 00, 01, 02, 03, 04, 05, 06, 09, 10, 11, 12 · missing: cards, badges
- Warning: primary 불일치: static=#8000ff vs render=#632ca6 — render 채택

---

<sub>Generated & served by [DesignSkill](https://designskill.dev)</sub>
