#ec0853
June 12, 2026
tailwindcss.com
A reading of the visual language at https://tailwindcss.com. Every token, every rule, every component — captured from the live site.
About
Logo
Colour
1 primary · 1 secondary · 1 accent · 2 neutrals · 5 total
Neutrals
#000000#FFFFFFFull palette
#000000#FFFFFF#0080FF#2CA8FF#EC0853WCAG 100% · 4 passing pairs · 0 failing. Full breakdown in §11.
Typography
2 families · 12 sizes · 4 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
96px |
Tailwind CSS |
t01 |
40px |
Tailwind CSS |
t02 |
36px |
Tailwind CSS |
t03 |
30px |
Tailwind CSS |
t04 |
24px |
Tailwind CSS |
t05 |
20px |
Tailwind CSS |
t06 |
18px |
Tailwind CSS |
t07 |
17px |
Tailwind CSS |
t08 |
16px |
Tailwind CSS |
t09 |
14px |
Tailwind CSS |
Spacing
Base 4px · 8 steps captured
Rhythm
1px
57px
64px
72px
96px
160px
336px
400px
Shape
6 radii · 6 elevation tiers
Border radii
4px
8px
12px
16px
24px
32px
Elevation
xs
sm
md
lg
xl
2xl
Iconography
unknown · 24 captured
iconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconMotion
Feel: mixed · 2 durations · 2 easings
Duration scale
150ms
300ms
Easings
customease-in
Components
tailwindcss · 1 component patterns captured
Mocks
Built from these tokens
Radius, primary, surface, text — all sampled from the live site.
Read more →Detected patterns
button
Voice
friendly · — · —
Headlines from the site
- Tailwind CSS
- Resources
- Tailwind Plus
- Community
CTA verbs
×2×1×1×1×1×1×1×1
Accessibility
4 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: #ec0853;
--font-display: "inter";
--space-base: 4px;
--radius-md: 8px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#ec0853' },
fontFamily: { display: ['inter', 'serif'] },
spacing: { base: '4px' },
borderRadius: { md: '8px' },
},
},
};
Run npx designlang pack tailwindcss.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.