---
name: triple-design-reference
provider: DesignSkill (https://designskill.dev)
reference: triple.guide
source_url: https://triple.guide/intro
tool: designskill-extract/3.2.0
extracted_at: 2026-07-27T08:26:56.366Z
mode: full-render
classification: reference_only
---

# Triple — Design Reference (measured)

Measured design tokens extracted from `https://triple.guide/intro` 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), 522 observation records.
- Primary action color observed as `#1aadf6` (basis: cross-validated, confidence 0.7).
- Dominant font family: **-apple-system** (×637; secondary ui-monospace ×1).
- Type scale observed at 8 sizes from 12px to 32px.
- Corner radius values in use: 8px, 16px, 36px, 12px….
- Not observed in this extraction: forms, 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}` | `#1aadf6` | cross-validated | 0.7 | ×19 |
| `{color.background}` | `#ffffff` | cross-validated | 0.93 | ×296 |
| `{color.ink}` | `#3a3a3a` | observed | 0.78 | ×182 |
| `{color.muted}` | `#8b8d92` | inferred | 0.7 | ×6 |
| `{color.surface}` | `#dadbdf` | inferred | 0.7 | ×48 |
| `{color.accent}` | `#be0017` | 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` | 27.3% | color, background-color, border-color, --color-white | ×296 (cross-validated, 0.93) |
| `#368fff` | 16.8% | background-color, --color-blue, color, border-color | ×182 (cross-validated, 0.93) |
| `#3a3a3a` | 16.8% | color | ×182 (observed, 0.78) |
| `#3a3a3a` | 14.4% | color, --color-gray | ×156 (cross-validated, 0.92) |
| `#368fff` | 4.6% | background-color | ×50 (observed, 0.76) |
| `#dadbdf` | 4.4% | border-color, background-color | ×48 (observed, 0.76) |
| `#ffffff` | 3.1% | color | ×34 (observed, 0.75) |
| `#3a3a3a` | 2.2% | color, background-color | ×24 (observed, 0.75) |
| `#1aadf6` | 1.8% | background-color, color | ×19 (cross-validated, 0.89) |
| `#1b1c1f` | 1.9% | color, background-color, --color-black | ×21 (cross-validated, 0.89) |
| `#26cec2` | 1.4% | background-color, color, --color-mint | ×15 (cross-validated, 0.89) |
| `#000000` | 0.8% | background-color, box-shadow | ×9 (inferred, 0.58) |
| `#000000` | 0.7% | background-color | ×8 (observed, 0.73) |
| `#ffffff` | 0.7% | border-color | ×8 (observed, 0.73) |
| `#8b8d92` | 0.5% | color | ×6 (observed, 0.73) |
| `#0ecedb` | 0.4% | background-color, color | ×4 (cross-validated, 0.87) |

## Typography

### Font Families

| Family | Observed |
|---|---|
| `-apple-system` | ×637 |
| `ui-monospace` | ×1 |

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

### Type Scale

| Token | Size | Observed |
|---|---|---|
| `{type.display}` | 32px | ×24 |
| `{type.h1}` | 22px | ×41 |
| `{type.h2}` | 20px | ×57 |
| `{type.h3}` | 18px | ×145 |
| `{type.body-lg}` | 16px | ×124 |
| `{type.body}` | 14px | ×71 |
| `{type.body-sm}` | 13px | ×84 |
| `{type.caption}` | 12px | ×74 |

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

## Spacing

| Value | Observed |
|---|---|
| `16px` | ×161 |
| `10px` | ×144 |
| `24px` | ×136 |
| `20px` | ×113 |
| `8px` | ×62 |
| `12px` | ×56 |
| `32px` | ×48 |
| `60px` | ×44 |
| `100px` | ×39 |
| `7px` | ×32 |
| `9px` | ×26 |
| `120px` | ×24 |

## Shape (Border Radius)

| Value | Observed |
|---|---|
| `8px` | ×51 |
| `16px` | ×37 |
| `36px` | ×33 |
| `12px` | ×21 |
| `30px` | ×21 |
| `20px` | ×20 |
| `100px` | ×18 |
| `26px` | ×4 |

## Elevation

| Shadow | Observed |
|---|---|
| `rgba(0, 0, 0, 0.1) 0px 1px 24px 0px` | ×36 |
| `rgba(0, 0, 0, 0.12) 0px 1px 24px 0px` | ×20 |
| `#000000` | ×2 |
| `0px 1px 24px 0px rgba(0,0,0,0.12)` | ×1 |
| `0px 1px 24px 0px rgba(0,0,0,0.1)` | ×1 |

## Motion

| Duration | Observed |
|---|---|
| `0.1s` | ×6 |
| `0.3s` | ×6 |
| `.2s` | ×3 |
| `100ms` | ×1 |

## Components

Measured computed styles of representative components (desktop viewport).

| Component | Measured spec | Samples |
|---|---|---|
| button.primary | bg `#368fff` · text `#ffffff` · radius `36px` · padding `0px` · font `18px/700` | ×2 |
| button.outline | text `#ffffff` · border `1px solid rgba(255, 255, 255, 0.2)` · radius `12px` · padding `0px` · font `14px` | ×4 |
| card | bg `#ffffff` · radius `16px` · shadow `rgba(0, 0, 0, 0.1) 0px 1px 24px 0px` · padding `20px` | ×6 |
| nav | height `80px` · position `fixed` · link `#000000` | — |

### Hero Gradient (observed)

```css
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("https://triple.guide/intro/static/images/image_main.jpg");
```

### Interaction States (observed)

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

## Accessibility (WCAG Contrast)

| FG | BG | Ratio | AA | Source |
|---|---|---|---|---|
| `#3a3a3a` | `#ffffff` | 11.37 | pass | observed ×132 |
| `#368fff` | `#ffffff` | 3.22 | pass | observed ×65 |
| `#3c3d40` | `#fafbfd` | 10.49 | pass | observed ×21 |
| `#3a3a3a` | `#f9fbfd` | 10.97 | pass | observed ×14 |
| `#ffffff` | `#26cec2` | 1.96 | fail | observed ×12 |
| `#ffffff` | `#1aadf6` | 2.51 | fail | observed ×12 |
| `#ffffff` | `#ffffff` | 1 | fail | observed ×12 |
| `#ffffff` | `#000000` | 21 | pass | observed ×10 |
| `#1b1c1f` | `#fafbfd` | 16.46 | pass | observed ×9 |
| `#ffffff` | `#368fff` | 3.22 | fail | observed ×8 |
| `#368fff` | `#f9fbfd` | 3.1 | pass | observed ×3 |
| `#1aadf6` | `#ffffff` | 2.51 | fail | observed ×3 |
| `#3a3a3a` | `#ffffff` | 11.37 | pass | ink_on_background |
| `#ffffff` | `#1aadf6` | 2.51 | fail | white_on_primary |
| `#8b8d92` | `#ffffff` | 3.32 | fail | muted_on_background |

7 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}` (`#1aadf6`) for primary actions only — that is where it was observed.
- Default text pairing: `{color.ink}` (`#3a3a3a`) on `{color.background}` (`#ffffff`).
- Set all text in `-apple-system` (fallbacks only for glyph coverage).
- Pick corner radii from the measured set (8px, 16px, 36px, 12px) — 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, 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://triple.guide/intro (1 page(s))
- Tool: designskill-extract/3.2.0 · extracted 2026-07-27T08:26:56.366Z
- Mode: full-render — 풀렌더 모드 — 3뷰포트 × 라이트/다크 computed style + 상태 관측.
- Blocks observed: 00, 01, 02, 03, 04, 05, 07, 09, 10, 11, 12 · missing: forms, badges

---

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