---
name: line-design-reference
provider: DesignSkill (https://designskill.dev)
reference: line.me
source_url: https://www.line.me/ko/
tool: designskill-extract/3.1.0
extracted_at: 2026-07-26T16:50:26.500Z
mode: full-render
classification: reference_only
---

# LINE — Design Reference (measured)

Measured design tokens extracted from `https://www.line.me/ko/` 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), 276 observation records.
- Primary action color observed as `#07b53b` (basis: cross-validated, confidence 0.67).
- Dominant font family: **SFPro** (×100; secondary LINESeed ×49).
- Type scale observed at 8 sizes from 12px to 60px.
- Corner radius values in use: 4px, 16px, 10px, 8px….
- 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}` | `#07b53b` | cross-validated | 0.67 | ×8 |
| `{color.background}` | `#f6f7f8` | cross-validated | 0.93 | ×177 |
| `{color.ink}` | `#000000` | cross-validated | 0.9 | ×42 |
| `{color.muted}` | `#616161` | inferred | 0.7 | ×30 |
| `{color.accent}` | `#007aff` | 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 |
|---|---|---|---|
| `#1e1e1e` | 26.3% | color, border-color, background-color | ×99 (cross-validated, 0.92) |
| `#f6f7f8` | 46.9% | background-color, color, border-color, --swiper-preloader-color | ×177 (cross-validated, 0.93) |
| `#000000` | 11.1% | background-color, border-color, color, box-shadow | ×42 (cross-validated, 0.9) |
| `#616161` | 8.0% | color | ×30 (cross-validated, 0.9) |
| `#ffffff` | 2.6% | border-color | ×10 (observed, 0.73) |
| `#07b53b` | 2.1% | background-color, border-color, color | ×8 (inferred, 0.58) |
| `#b2b2b2` | 1.3% | background-color, color, border-color | ×5 (cross-validated, 0.88) |
| `#777777` | 0.5% | color | ×2 (inferred, 0.57) |
| `#007aff` | 0.5% | --swiper-theme-color, custom-property | ×2 (inferred, 0.57) |
| `#999999` | 0.3% | color | ×1 (inferred, 0.56) |
| `#cccccc` | 0.3% | border-color | ×1 (inferred, 0.56) |

## Typography

### Font Families

| Family | Observed |
|---|---|
| `SFPro` | ×100 |
| `LINESeed` | ×49 |
| `slick` | ×3 |
| `swiper-icons` | ×2 |

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

### Type Scale

| Token | Size | Observed |
|---|---|---|
| `{type.display}` | 60px | ×6 |
| `{type.h1}` | 28px | ×10 |
| `{type.h2}` | 20px | ×17 |
| `{type.h3}` | 16px | ×8 |
| `{type.body-lg}` | 15px | ×14 |
| `{type.body}` | 14px | ×44 |
| `{type.body-sm}` | 13px | ×29 |
| `{type.caption}` | 12px | ×26 |

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

## Spacing

| Value | Observed |
|---|---|
| `30px` | ×31 |
| `80px` | ×23 |
| `20px` | ×17 |
| `16px` | ×14 |
| `4px` | ×13 |
| `12px` | ×12 |
| `8px` | ×11 |
| `36px` | ×11 |
| `14px` | ×5 |
| `28px` | ×4 |
| `56px` | ×4 |
| `26px` | ×4 |

## Shape (Border Radius)

| Value | Observed |
|---|---|
| `4px` | ×21 |
| `16px` | ×4 |
| `10px` | ×4 |
| `8px` | ×2 |
| `50px` | ×1 |

## Elevation

| Shadow | Observed |
|---|---|
| `#000000` | ×6 |
| `rgba(0, 0, 0, 0.1) 0px 1px 0px 0px` | ×6 |
| `rgba(0, 0, 0, 0.2) 0px 0.5px 0px 0px inset` | ×4 |
| `0 1px 0 0 rgba(0,0,0,.1)` | ×2 |
| `0 20px 20px 0 rgba(0,0,0,.1)` | ×2 |
| `rgba(0, 0, 0, 0.2) 0px -0.6px 0px 0px inset` | ×2 |

## Motion

| Duration | Observed |
|---|---|
| `0.5s` | ×36 |
| `0.3s` | ×16 |
| `500ms` | ×11 |
| `0.2s` | ×4 |
| `0.6s` | ×4 |

## Components

Measured computed styles of representative components (desktop viewport).

| Component | Measured spec | Samples |
|---|---|---|
| nav | bg `#ffffff` · height `75px` · position `fixed` · link `#1e1e1e` | — |

### Hero Gradient (observed)

```css
background-image: linear-gradient(rgb(178, 178, 178), rgb(178, 178, 178) 2px, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 5px);
```

## Accessibility (WCAG Contrast)

| FG | BG | Ratio | AA | Source |
|---|---|---|---|---|
| `#1e1e1e` | `#000000` | 1.26 | fail | observed ×19 |
| `#ffffff` | `#000000` | 21 | pass | observed ×12 |
| `#1e1e1e` | `#ffffff` | 16.67 | pass | observed ×10 |
| `#616161` | `#f6f7f8` | 5.77 | pass | observed ×5 |
| `#1e1e1e` | `#f6f7f8` | 15.54 | pass | observed ×4 |
| `#616161` | `#000000` | 3.39 | fail | observed ×3 |
| `#000000` | `#000000` | 1 | fail | observed ×3 |
| `#616161` | `#f7f8f9` | 5.82 | pass | observed ×3 |
| `#1e1e1e` | `#f7f8f9` | 15.68 | pass | observed ×2 |
| `#b4b4b4` | `#000000` | 10.13 | pass | observed ×1 |
| `#000000` | `#f6f7f8` | 19.58 | pass | observed ×1 |
| `#ffffff` | `#f6f7f8` | 1.07 | fail | observed ×1 |
| `#000000` | `#f6f7f8` | 19.58 | pass | ink_on_background |
| `#ffffff` | `#07b53b` | 2.73 | fail | white_on_primary |
| `#616161` | `#f6f7f8` | 5.77 | 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}` (`#07b53b`) for primary actions only — that is where it was observed.
- Default text pairing: `{color.ink}` (`#000000`) on `{color.background}` (`#f6f7f8`).
- Set all text in `SFPro` (fallbacks only for glyph coverage).
- Pick corner radii from the measured set (4px, 16px, 10px, 8px) — 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.accent}` with caution — confidence below 0.6.

## Provenance

- Source: https://www.line.me/ko/ (1 page(s))
- Tool: designskill-extract/3.1.0 · extracted 2026-07-26T16:50:26.500Z
- Mode: full-render — 풀렌더 모드 — 3뷰포트 × 라이트/다크 computed style + 상태 관측.
- Blocks observed: 00, 01, 02, 03, 04, 05, 09, 10, 11, 12 · missing: forms, cards, badges

---

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