---
name: samsung-design-reference
provider: DesignSkill (https://designskill.dev)
reference: samsung.com
source_url: https://www.samsung.com/sec/smartphones/galaxy-z-fold8/
tool: designskill-extract/3.1.0
extracted_at: 2026-07-26T16:51:03.043Z
mode: full-render
classification: reference_only
---

# Samsung — Design Reference (measured)

Measured design tokens extracted from `https://www.samsung.com/sec/smartphones/galaxy-z-fold8/` by designskill-extract/3.1.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), 444 observation records.
- Primary action color observed as `#fff01f` (basis: inferred, confidence 0.81).
- Dominant font family: **SamsungOneKorean** (×2584; secondary Samsung Sharp Sans ×288).
- Type scale observed at 8 sizes from 10px to 18px.
- Corner radius values in use: 20px, 32px, 24px, 40px….
- 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}` | `#fff01f` | inferred | 0.81 | ×6 |
| `{color.background}` | `#f7f7f7` | observed | 0.79 | ×446 |
| `{color.ink}` | `#000000` | observed | 0.8 | ×1464 |
| `{color.muted}` | `#555555` | inferred | 0.7 | ×774 |
| `{color.surface}` | `#ffffff` | inferred | 0.7 | ×12 |
| `{color.accent}` | `#2189ff` | inferred | 0.65 | ×96 |

### Observed Palette

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

| Hex | Share | Used in | Observed |
|---|---|---|---|
| `#000000` | 43.7% | color, background-color | ×1464 (observed, 0.8) |
| `#555555` | 23.1% | color | ×774 (observed, 0.8) |
| `#666666` | 8.7% | color, background-color | ×290 (observed, 0.78) |
| `#f7f7f7` | 13.3% | background-color, color | ×446 (observed, 0.79) |
| `#313131` | 3.0% | color | ×102 (observed, 0.77) |
| `#2189ff` | 2.9% | background-color, color | ×96 (observed, 0.77) |
| `#2c17a3` | 1.3% | color | ×42 (observed, 0.75) |
| `#e6e6e6` | 1.0% | border-color | ×32 (observed, 0.75) |
| `#006beb` | 0.5% | color, border-color | ×16 (observed, 0.74) |
| `#ffffff` | 0.4% | background-color | ×12 (observed, 0.74) |
| `#bdbdbd` | 0.4% | border-color | ×12 (observed, 0.74) |
| `#cccccc` | 0.5% | border-color | ×18 (observed, 0.74) |
| `#bcb7ca` | 0.2% | background-color | ×8 (observed, 0.73) |
| `#aaaaaa` | 0.2% | border-color | ×8 (observed, 0.73) |
| `#fff01f` | 0.2% | border-color | ×6 (observed, 0.73) |
| `#3c3a53` | 0.1% | background-color | ×4 (observed, 0.72) |

## Typography

### Font Families

| Family | Observed |
|---|---|
| `SamsungOneKorean` | ×2584 |
| `Samsung Sharp Sans` | ×288 |

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

### Type Scale

| Token | Size | Observed |
|---|---|---|
| `{type.display}` | 18px | ×272 |
| `{type.h1}` | 16px | ×308 |
| `{type.h2}` | 15px | ×360 |
| `{type.h3}` | 14px | ×296 |
| `{type.body-lg}` | 13px | ×268 |
| `{type.body}` | 12px | ×134 |
| `{type.body-sm}` | 11px | ×424 |
| `{type.caption}` | 10px | ×108 |

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

## Spacing

| Value | Observed |
|---|---|
| `6px` | ×332 |
| `4px` | ×134 |
| `19px` | ×130 |
| `32px` | ×122 |
| `20px` | ×104 |
| `12px` | ×84 |
| `16px` | ×70 |
| `80px` | ×70 |
| `2px` | ×66 |
| `24px` | ×64 |
| `18px` | ×62 |
| `14px` | ×52 |

## Shape (Border Radius)

| Value | Observed |
|---|---|
| `20px` | ×230 |
| `32px` | ×30 |
| `24px` | ×16 |
| `40px` | ×8 |
| `12px` | ×8 |
| `50px` | ×6 |
| `17.5px` | ×2 |
| `36px` | ×2 |

## Elevation

| Shadow | Observed |
|---|---|
| `rgba(0, 0, 0, 0.8) 0px 0px 0px 1.5px inset` | ×18 |

## Motion

| Duration | Observed |
|---|---|
| `0.3s` | ×52 |
| `0.2s` | ×42 |
| `0.5s` | ×32 |
| `0.4s` | ×30 |
| `1s` | ×12 |

## Components

Measured computed styles of representative components (desktop viewport).

| Component | Measured spec | Samples |
|---|---|---|
| button.primary | bg `#2189ff` · text `#ffffff` · radius `20px` · padding `11px 24px 10px` · font `14px/700` | ×1 |
| nav | height `106px` · position `relative` · link `#000000` | — |

### Hero Gradient (observed)

```css
background-image: linear-gradient(rgb(255, 255, 255) 10%, rgb(232, 230, 245) 100%);
```

### Interaction States (observed)

| State | Property | From | To |
|---|---|---|---|
| focus | color | `rgb(255, 255, 255)` | `rgb(0, 107, 234)` |
| focus | border-color | `rgb(255, 255, 255)` | `rgb(0, 107, 234)` |
| focus | outline-color | `rgb(255, 255, 255)` | `rgb(0, 0, 0)` |

## Accessibility (WCAG Contrast)

| FG | BG | Ratio | AA | Source |
|---|---|---|---|---|
| `#000000` | `#000000` | 1 | fail | observed ×557 |
| `#555555` | `#000000` | 2.82 | fail | observed ×344 |
| `#666666` | `#f7f7f7` | 5.36 | pass | observed ×138 |
| `#000000` | `#f7f7f7` | 19.6 | pass | observed ×127 |
| `#313131` | `#000000` | 1.61 | fail | observed ×43 |
| `#2189ff` | `#000000` | 6.09 | pass | observed ×37 |
| `#000000` | `#ffffff` | 21 | pass | observed ×36 |
| `#ffffff` | `#000000` | 21 | pass | observed ×30 |
| `#555555` | `#f7f7f7` | 6.96 | pass | observed ×27 |
| `#2c17a3` | `#f7f7f7` | 11.15 | pass | observed ×21 |
| `#555555` | `#ffffff` | 7.46 | pass | observed ×10 |
| `#2189ff` | `#ffffff` | 3.45 | fail | observed ×8 |
| `#000000` | `#f7f7f7` | 19.6 | pass | ink_on_background |
| `#ffffff` | `#fff01f` | 1.18 | fail | white_on_primary |
| `#555555` | `#f7f7f7` | 6.96 | pass | muted_on_background |

5 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}` (`#fff01f`) for primary actions only — that is where it was observed.
- Default text pairing: `{color.ink}` (`#000000`) on `{color.background}` (`#f7f7f7`).
- Set all text in `SamsungOneKorean` (fallbacks only for glyph coverage).
- Pick corner radii from the measured set (20px, 32px, 24px, 40px) — 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.

## Provenance

- Source: https://www.samsung.com/sec/smartphones/galaxy-z-fold8/ (1 page(s))
- Tool: designskill-extract/3.1.0 · extracted 2026-07-26T16:51:03.043Z
- Mode: full-render — 풀렌더 모드 — 3뷰포트 × 라이트/다크 computed style + 상태 관측.
- Blocks observed: 00, 01, 02, 03, 04, 05, 09, 10, 11, 12 · missing: forms, cards, badges
- Degraded stages (extraction failure ≠ design change — exclude from diffs): static-fetch, state-observation

---

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