---
name: kakaot-design-reference
provider: DesignSkill (https://designskill.dev)
reference: kakaomobility.com
source_url: https://www.kakaomobility.com/
tool: designskill-extract/3.2.0
extracted_at: 2026-07-27T08:28:13.661Z
mode: full-render
classification: reference_only
---

# KakaoT — Design Reference (measured)

Measured design tokens extracted from `https://www.kakaomobility.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), 95 observation records.
- Primary action color observed as `#ffcd00` (basis: inferred, confidence 0.8).
- Dominant font family: **KakaoBig** (×19; secondary KakaoSmall ×3).
- Type scale observed at 8 sizes from 12px to 100px.
- Corner radius values in use: 8px, 4px.
- Not observed in this extraction: nav, visual-hero, 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}` | `#ffcd00` | inferred | 0.8 | ×24 |
| `{color.background}` | `#ffffff` | inferred | 0.6 | ×39 |
| `{color.ink}` | `#000000` | cross-validated | 0.9 | ×27 |
| `{color.muted}` | `#666666` | inferred | 0.7 | ×15 |
| `{color.accent}` | `#2c6edb` | 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` | 31.2% | color, background-color, border-color | ×39 (inferred, 0.6) |
| `#000000` | 21.6% | color, background-color, border-color, box-shadow | ×27 (cross-validated, 0.9) |
| `#ffcd00` | 19.2% | color, background-color, border-color, box-shadow | ×24 (inferred, 0.6) |
| `#666666` | 12.0% | color | ×15 (cross-validated, 0.89) |
| `#e5e5e5` | 6.4% | color, border-color | ×8 (inferred, 0.58) |
| `#808080` | 4.0% | border-color, color | ×5 (inferred, 0.58) |
| `#262d39` | 3.2% | box-shadow | ×4 (inferred, 0.57) |
| `#2c6edb` | 0.8% | color | ×1 (inferred, 0.56) |
| `#1e233d` | 1.6% | background-color | ×2 (inferred, 0.57) |

## Typography

### Font Families

| Family | Observed |
|---|---|
| `KakaoBig` | ×19 |
| `KakaoSmall` | ×3 |
| `slick` | ×3 |
| `Kakao` | ×2 |

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

### Type Scale

| Token | Size | Observed |
|---|---|---|
| `{type.display}` | 100px | ×4 |
| `{type.h1}` | 60px | ×4 |
| `{type.h2}` | 30px | ×11 |
| `{type.h3}` | 22px | ×20 |
| `{type.body-lg}` | 18px | ×5 |
| `{type.body}` | 16px | ×28 |
| `{type.body-sm}` | 14px | ×9 |
| `{type.caption}` | 12px | ×10 |

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

## Spacing

| Value | Observed |
|---|---|
| `24px` | ×18 |
| `16px` | ×14 |
| `12px` | ×12 |
| `14px` | ×12 |
| `30px` | ×10 |
| `20px` | ×7 |
| `32px` | ×6 |
| `8px` | ×6 |
| `4px` | ×4 |
| `80px` | ×4 |
| `40px` | ×4 |

## Shape (Border Radius)

| Value | Observed |
|---|---|
| `8px` | ×4 |
| `4px` | ×1 |

## Elevation

| Shadow | Observed |
|---|---|
| `#262d39` | ×4 |
| `0px 4px 16px rgba(38,45,57,0.16)` | ×4 |
| `#ffcd00` | ×2 |
| `#000000` | ×1 |
| `0 0 10px #FFCD00, 0 0 5px #FFCD00` | ×1 |
| `0px 4px 12px rgba(0,0,0,0.12)` | ×1 |

## Motion

| Duration | Observed |
|---|---|
| `0.2s` | ×26 |
| `1.2s` | ×16 |
| `0.8s` | ×4 |

## Accessibility (WCAG Contrast)

| FG | BG | Ratio | AA | Source |
|---|---|---|---|---|
| `#000000` | `#000000` | 1 | fail | observed ×3 |
| `#666666` | `#000000` | 3.66 | fail | observed ×3 |
| `#000000` | `#ffffff` | 21 | pass | ink_on_background |
| `#ffffff` | `#ffcd00` | 1.5 | fail | white_on_primary |
| `#666666` | `#ffffff` | 5.74 | pass | muted_on_background |

3 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}` (`#ffcd00`) for primary actions only — that is where it was observed.
- Default text pairing: `{color.ink}` (`#000000`) on `{color.background}` (`#ffffff`).
- Set all text in `KakaoBig` (fallbacks only for glyph coverage).
- Pick corner radii from the measured set (8px, 4px) — 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 (nav, visual-hero, 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.accent}` with caution — confidence below 0.6.

## Provenance

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

---

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