---
name: emart-design-reference
provider: DesignSkill (https://designskill.dev)
reference: store.emart.com
source_url: https://store.emart.com/main/main.do
tool: designskill-extract/3.2.0
extracted_at: 2026-07-27T09:34:58.721Z
mode: full-render
classification: reference_only
---

# Emart — Design Reference (measured)

Measured design tokens extracted from `https://store.emart.com/main/main.do` 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), 232 observation records.
- Primary action color observed as `#fcb416` (basis: inferred, confidence 0.86).
- Dominant font family: **Noto Sans KR** (×594).
- Type scale observed at 8 sizes from 12px to 24px.
- Corner radius values in use: 3px.
- Not observed in this extraction: nav, visual-hero, cards, badges, elevation.

## 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}` | `#fcb416` | inferred | 0.86 | ×6 |
| `{color.background}` | `#ffffff` | observed | 0.77 | ×162 |
| `{color.ink}` | `#666666` | observed | 0.78 | ×342 |
| `{color.muted}` | `#808080` | inferred | 0.7 | ×42 |
| `{color.accent}` | `#ff3c50` | inferred | 0.65 | ×12 |

### Observed Palette

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

| Hex | Share | Used in | Observed |
|---|---|---|---|
| `#666666` | 43.9% | color, background-color | ×342 (observed, 0.78) |
| `#ffffff` | 20.8% | background-color | ×162 (observed, 0.77) |
| `#000000` | 16.9% | color, border-color | ×132 (observed, 0.77) |
| `#333333` | 10.0% | color | ×78 (observed, 0.76) |
| `#808080` | 5.4% | color | ×42 (observed, 0.75) |
| `#ff3c50` | 1.5% | color | ×12 (observed, 0.74) |
| `#fcb416` | 0.8% | background-color | ×6 (observed, 0.73) |
| `#e5e5e5` | 0.8% | border-color | ×6 (observed, 0.73) |

## Typography

### Font Families

| Family | Observed |
|---|---|
| `Noto Sans KR` | ×594 |

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

### Type Scale

| Token | Size | Observed |
|---|---|---|
| `{type.display}` | 24px | ×12 |
| `{type.h1}` | 20px | ×6 |
| `{type.h2}` | 18px | ×24 |
| `{type.h3}` | 16px | ×36 |
| `{type.body-lg}` | 15px | ×192 |
| `{type.body}` | 14px | ×42 |
| `{type.body-sm}` | 13px | ×270 |
| `{type.caption}` | 12px | ×12 |

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

## Spacing

| Value | Observed |
|---|---|
| `20px` | ×180 |
| `10px` | ×48 |
| `16px` | ×48 |
| `12px` | ×42 |
| `30px` | ×30 |
| `100px` | ×30 |
| `40px` | ×24 |
| `5px` | ×24 |
| `50px` | ×18 |
| `7px` | ×12 |
| `2px` | ×12 |
| `14px` | ×6 |

## Shape (Border Radius)

| Value | Observed |
|---|---|
| `3px` | ×12 |

## Motion

| Duration | Observed |
|---|---|
| `0.2s` | ×12 |
| `0.3s` | ×1 |

## Components

Measured computed styles of representative components (desktop viewport).

| Component | Measured spec | Samples |
|---|---|---|
| button.primary | bg `#ffffff` · text `#666666` · radius `0px` · padding `10px 0px` · font `12px/400` | ×2 |
| form.input | bg `#ffffff` · text `#000000` · border `0px solid rgb(0, 0, 0)` · radius `0px` · padding `5px` · height `42` | ×1 |

### Interaction States (observed)

| State | Property | From | To |
|---|---|---|---|
| focus | outline-color | `rgb(0, 0, 0)` | `rgb(0, 95, 204)` |
| focus | outline-width | `3px` | `1px` |
| focus | outline-color | `rgb(0, 0, 0)` | `rgb(0, 95, 204)` |

## Accessibility (WCAG Contrast)

| FG | BG | Ratio | AA | Source |
|---|---|---|---|---|
| `#666666` | `#ffffff` | 5.74 | pass | observed ×168 |
| `#000000` | `#ffffff` | 21 | pass | observed ×63 |
| `#333333` | `#ffffff` | 12.63 | pass | observed ×39 |
| `#808080` | `#ffffff` | 3.95 | fail | observed ×21 |
| `#ff3c50` | `#ffffff` | 3.49 | fail | observed ×6 |
| `#666666` | `#ffffff` | 5.74 | pass | ink_on_background |
| `#ffffff` | `#fcb416` | 1.8 | fail | white_on_primary |
| `#808080` | `#ffffff` | 3.95 | fail | muted_on_background |

4 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}` (`#fcb416`) for primary actions only — that is where it was observed.
- Default text pairing: `{color.ink}` (`#666666`) on `{color.background}` (`#ffffff`).
- Set all text in `Noto Sans KR` (fallbacks only for glyph coverage).
- Pick corner radii from the measured set (3px) — 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, cards, badges, elevation) 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.

## Provenance

- Source: https://store.emart.com/main/main.do (1 page(s))
- Tool: designskill-extract/3.2.0 · extracted 2026-07-27T09:34:58.721Z
- Mode: full-render — 풀렌더 모드 — 3뷰포트 × 라이트/다크 computed style + 상태 관측.
- Blocks observed: 02, 03, 04, 05, 06, 09, 10, 12 · missing: nav, visual-hero, cards, badges, elevation
- Degraded stages (extraction failure ≠ design change — exclude from diffs): state-observation

---

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