---
name: figma-design-reference
provider: DesignSkill (https://designskill.dev)
reference: figma.com
source_url: https://www.figma.com/
tool: designskill-extract/3.2.0
extracted_at: 2026-07-27T07:48:21.971Z
mode: full-render
classification: reference_only
---

# Figma — Design Reference (measured)

Measured design tokens extracted from `https://www.figma.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), 362 observation records.
- Primary action color observed as `#000000` (basis: declared, confidence 0.92).
- Dominant font family: **figmaSans** (×712; secondary figmaMono ×56).
- Type scale observed at 8 sizes from 12px to 44px.
- Corner radius values in use: 2px, 8px, 4px, 16px….
- Not observed in this extraction: forms, 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}` | `#000000` | declared | 0.92 | ×456 — --fig-theme-btn-primary-bg |
| `{color.background}` | `#ffffff` | declared | 0.92 | ×624 — --fig-theme-bg |
| `{color.surface}` | `#e4ff97` | inferred | 0.56 | ×1 |
| `{color.accent}` | `#00b6ff` | inferred | 0.56 | ×1 |

### 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` | 53.4% | color, background-color, border-color, --global-statsig-overlay | ×624 (cross-validated, 0.94) |
| `#000000` | 39.0% | color, background-color, border-color, box-shadow | ×456 (cross-validated, 0.94) |
| `#ffffff` | 4.6% | border-color, background-color | ×54 (observed, 0.76) |
| `#ffffff` | 2.6% | color | ×30 (observed, 0.75) |
| `#972121` | 0.1% | --fig-theme-form-error-bg | ×1 (inferred, 0.56) |
| `#ffb3b3` | 0.1% | --fig-theme-form-error-bg | ×1 (inferred, 0.56) |
| `#e4ff97` | 0.1% | background-color | ×1 (inferred, 0.56) |
| `#00b6ff` | 0.1% | background-color | ×1 (inferred, 0.56) |

## Typography

### Font Families

| Family | Observed |
|---|---|
| `figmaSans` | ×712 |
| `figmaMono` | ×56 |
| `monospace` | ×2 |
| `figmaSans Fallback` | ×1 |
| `figmaMono Fallback` | ×1 |

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

### Type Scale

| Token | Size | Observed |
|---|---|---|
| `{type.display}` | 44px | ×30 |
| `{type.h1}` | 32px | ×60 |
| `{type.h2}` | 24px | ×37 |
| `{type.h3}` | 22px | ×218 |
| `{type.body-lg}` | 18px | ×31 |
| `{type.body}` | 16px | ×321 |
| `{type.body-sm}` | 14px | ×22 |
| `{type.caption}` | 12px | ×25 |

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

## Spacing

| Value | Observed |
|---|---|
| `12px` | ×386 |
| `8px` | ×229 |
| `16px` | ×225 |
| `24px` | ×151 |
| `40px` | ×100 |
| `2px` | ×93 |
| `32px` | ×55 |
| `64px` | ×42 |
| `80px` | ×39 |
| `70px` | ×24 |
| `48px` | ×17 |
| `4px` | ×13 |

## Shape (Border Radius)

| Value | Observed |
|---|---|
| `2px` | ×92 |
| `8px` | ×26 |
| `4px` | ×25 |
| `16px` | ×6 |
| `24px` | ×6 |
| `6px` | ×1 |

## Elevation

| Shadow | Observed |
|---|---|
| `oklch(0 0 none / 0.16) 0px 0px 0px 1px inset` | ×14 |
| `#000000` | ×10 |
| `oklch(0 0 none / 0.16) 0px 1px 0px 0px` | ×6 |
| `inset 0 0 0 1px var(--fig-theme-border, color-mix(in oklch, #000000, transparent 84%))` | ×4 |
| `0 1px 0 var(--fig-theme-border, color-mix(in oklch, #000000, transparent 84%))` | ×2 |

## Motion

| Duration | Observed |
|---|---|
| `0.18s` | ×224 |
| `180ms` | ×64 |
| `250ms` | ×22 |
| `0.25s` | ×8 |
| `0.5s` | ×6 |

## Components

Measured computed styles of representative components (desktop viewport).

| Component | Measured spec | Samples |
|---|---|---|
| button.primary | bg `#000000` · text `#ffffff` · radius `8px` · padding `12px 22px` · font `16px/400` | ×3 |
| nav | bg `#ffffff` · height `78px` · position `fixed` · link `#000000` | — |

### Hero Gradient (observed)

```css
background-image: repeating-conic-gradient(rgb(0, 182, 255) 0deg, rgb(0, 182, 255) 18deg, rgba(0, 0, 0, 0) 18deg, rgba(0, 0, 0, 0) 30deg);
```

### Interaction States (observed)

| State | Property | From | To |
|---|---|---|---|
| focus | outline-width | `3px` | `2px` |
| focus | background-color | `rgb(0, 0, 0)` | `oklch(0 0 none / 0.85)` |
| focus | outline-width | `3px` | `2px` |
| hover | background-color | `rgb(0, 0, 0)` | `oklch(0 0 none / 0.85)` |
| hover | background-color | `rgb(0, 0, 0)` | `oklch(0 0 none / 0.85)` |

## Accessibility (WCAG Contrast)

| FG | BG | Ratio | AA | Source |
|---|---|---|---|---|
| `#ffffff` | `#000000` | 21 | pass | observed ×219 |
| `#000000` | `#ffffff` | 21 | pass | observed ×132 |
| `#ffffff` | `#000000` | 21 | pass | white_on_primary |


## Usage Rules

### Do
- Use `{color.primary}` (`#000000`) for primary actions only — that is where it was observed.
- Set all text in `figmaSans` (fallbacks only for glyph coverage).
- Pick corner radii from the measured set (2px, 8px, 4px, 16px) — 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 (forms, 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.surface}`, `{color.accent}` with caution — confidence below 0.6.

## Provenance

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

---

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