#0071e3
May 15, 2026
apple.com
A reading of the visual language at https://apple.com. Every token, every rule, every component — captured from the live site.
About
Logo
Colour
1 primary · 1 secondary · 1 accent · 7 neutrals · 18 total
Neutrals
#000000#1D1D1F#333336#6E6E73#E8E8ED#D2D2D7#443C2AFull palette
#000000#1D1D1F#2997FF#333336#F5F5F7#0066CC#6E6E73#FAFAFC#0071E3#E8E8ED#D2D2D7#443C2A#1246C4#9FC6F4#140A12#3E4FCA#3397D4#EA8E5EWCAG 100% · 10 passing pairs · 0 failing. Full breakdown in §11.
Typography
3 families · 14 sizes · 4 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
56px |
iPhone |
t01 |
44px |
iPhone |
t02 |
40px |
iPhone |
t03 |
34px |
iPhone |
t04 |
28px |
iPhone |
t05 |
25.5px |
iPhone |
t06 |
24px |
iPhone |
t07 |
21px |
iPhone |
t08 |
18px |
iPhone |
t09 |
17px |
iPhone |
Spacing
Base 2px · 19 steps captured
Rhythm
1px
4px
24px
26px
29px
32px
34px
37px
40px
44px
Shape
6 radii · 1 elevation tiers
Border radii
5px
8px
11px
50px
980px
999px
Elevation
xs
Iconography
unknown · 24 captured
iconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconMotion
Feel: mixed · 5 durations · 7 easings
Duration scale
20ms
100ms
160ms
300ms
1000ms
Easings
customstepsstepscustom
Components
unknown · 2 component patterns captured
Mocks
Built from these tokens
Radius, primary, surface, text — all sampled from the live site.
Read more →Detected patterns
button
card
Voice
friendly · — · —
Headlines from the site
- iPhone
- MacBook Air
- iPad Air
- Apple for College
CTA verbs
×8×5×5×3×3×3×1×1
Accessibility
10 passing · 0 failing
No failing contrast pairs detected.
Tokens
Drop-in code for the most common stacks. All values from the live extraction.
:root {
--color-primary: #f5f5f7;
--font-display: "SF Pro Text";
--space-base: 2px;
--radius-md: 8px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#f5f5f7' },
fontFamily: { display: ['SF Pro Text', 'serif'] },
spacing: { base: '2px' },
borderRadius: { md: '8px' },
},
},
};
Run npx designlang pack apple.com for the full bundle (DTCG, shadcn, Figma vars, motion, anatomy, Storybook).
Usage
-
Lead with the primary.
It belongs on calls-to-action and one accent moment per screen. Not on body copy.
-
Two type families, three weights.
Display for headlines, body for paragraphs. Resist a third unless there is a real reason.
-
Snap to the spacing scale.
Padding, margin, and gap should land on the values in §05. One-off pixels accumulate into noise.
-
Treat accessibility as a hard constraint.
When a colour pair fails WCAG, fix the colour — not the contrast check.