#0066ff
June 25, 2026
framer.com
A reading of the visual language at https://framer.com. Every token, every rule, every component — captured from the live site.
Essence
framer.com is a Magician brand — cool, kinetic, bold, modern and visionary — anchored on #0066ff and Inter, smooth motion.
Adjectives
- cool
- kinetic
- bold
- modern
- visionary
Personality axes
Evidence
- #0066ff at 216° reads cool → cool (warmth -1)
- 18px median radius, 300ms median motion → kinetic (energy +0.57)
- heaviest weight 700, 4.8:1 brand contrast → bold (weight +0.57)
- Axis fingerprint nearest the Magician archetype (62% fit, vs Outlaw).
About
Logo
Colour
1 primary · 1 secondary · 1 accent · 12 neutrals · 23 total
Neutrals
#000000#FFFFFF#999999#242424#666666#111111#CCCCCC#303030#878787#444444#1A1A1A#EEEEEEFull palette
#000000#0000EE#FFFFFF#999999#242424#0099FF#666666#111111#00BB88#CCCCCC#303030#D67A5C#9869FD#4CD963#878787#444444#8856FF#3A92FD#FF0022#FFBB00#0066FF#1A1A1A#EEEEEEWCAG 100% · 0 passing pairs · 0 failing. Full breakdown in §11.
Typography
10 families · 15 sizes · 4 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
68px |
Framer is the AI website bui |
t01 |
54px |
Framer is the AI website bui |
t02 |
44px |
Framer is the AI website bui |
t03 |
20px |
Framer is the AI website bui |
t04 |
18px |
Framer is the AI website bui |
t05 |
17px |
Framer is the AI website bui |
t06 |
16px |
Framer is the AI website bui |
t07 |
15px |
Framer is the AI website bui |
t08 |
14px |
Framer is the AI website bui |
t09 |
13px |
Framer is the AI website bui |
Spacing
Base 5px · 14 steps captured
Rhythm
1px
20px
25px
30px
40px
45px
50px
55px
60px
64px
Shape
11 radii · 6 elevation tiers
Border radii
1px
4px
7px
10px
14px
18px
Elevation
xs
sm
md
lg
xl
2xl
Iconography
unknown · 24 captured
iconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconMotion
Feel: smooth · 1 durations · 2 easings
Duration scale
300ms
Easings
ease-in-outease-in-out
Components
vuetify · 2 component patterns captured
Mocks
Built from these tokens
Radius, primary, surface, text — all sampled from the live site.
Read more →Detected patterns
button
input
Voice
neutral · — · —
Headlines from the site
- Framer is the AI website builder for standout sites
- Shipped with Framer
- Agents that work alongside you, not instead of you
- Design with an agent
CTA verbs
×2
Accessibility
0 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: #0066ff;
--font-display: "Inter";
--space-base: 5px;
--radius-md: 4px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#0066ff' },
fontFamily: { display: ['Inter', 'serif'] },
spacing: { base: '5px' },
borderRadius: { md: '4px' },
},
},
};
Run npx designlang pack framer.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.