designlang
Brand guidelines #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.

Page intent
landing
System grade
C 78/100
Tokens
23 colours · 16 sizes
Generated
designlang
Chapter 00

Essence

framer.com is a Magician brand — cool, kinetic, bold, modern and visionary — anchored on #0066ff and Inter, smooth motion.

Magician archetype · 62% fit · vs Outlaw

Adjectives

Personality axes

Cool Warm
Composed Kinetic
Understated Bold
Timeless Modern

Evidence

Chapter 01

About

Page intent
landing 61% confidence
Material language
flat
Imagery style
photography
Component library
vuetify
Stack
framer
Voice tone
neutral
Chapter 03

Colour

1 primary · 1 secondary · 1 accent · 12 neutrals · 23 total

Primary #0066FF
RGB
0, 102, 255
HSL
216°, 100%, 50%
Secondary #0000EE
RGB
0, 0, 238
HSL
240°, 100%, 47%
Accent #0099FF
RGB
0, 153, 255
HSL
204°, 100%, 50%

Neutrals

#000000
#FFFFFF
#999999
#242424
#666666
#111111
#CCCCCC
#303030
#878787
#444444
#1A1A1A
#EEEEEE

Full palette

#000000
#0000EE
#FFFFFF
#999999
#242424
#0099FF
#666666
#111111
#00BB88
#CCCCCC
#303030
#D67A5C
#9869FD
#4CD963
#878787
#444444
#8856FF
#3A92FD
#FF0022
#FFBB00
#0066FF
#1A1A1A
#EEEEEE

WCAG 100% · 0 passing pairs · 0 failing. Full breakdown in §11.

Chapter 04

Typography

10 families · 15 sizes · 4 weights

Display
Inter
Body
Inter Variable
Weights
400, 500, 600, 700

Specimen

Framer is the AI website builder for standout sites
Shipped with Framer

Scale

StepSizeSample
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
Chapter 05

Spacing

Base 5px · 14 steps captured

Rhythm

1px
20px
25px
30px
40px
45px
50px
55px
60px
64px
Chapter 06

Shape

11 radii · 6 elevation tiers

Border radii

1px
4px
7px
10px
14px
18px

Elevation

xs
sm
md
lg
xl
2xl
Chapter 07

Iconography

unknown · 24 captured

Library
unknown
Confidence
0%
Stroke style
fillDominant
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
icon
Chapter 08

Motion

Feel: smooth · 1 durations · 2 easings

Duration scale

300ms

Easings

Chapter 09

Components

vuetify · 2 component patterns captured

Mocks

Card

Built from these tokens

Radius, primary, surface, text — all sampled from the live site.

Read more →

Detected patterns

button

Slots
label, icon, badge
Variants
Sizes

input

Slots
leading, trailing
Variants
Sizes
Chapter 10

Voice

neutral · — · —

Headlines from the site

CTA verbs

Chapter 11

Accessibility

100% WCAG 2.1 contrast
0 passing · 0 failing

No failing contrast pairs detected.

Chapter 12

Tokens

Drop-in code for the most common stacks. All values from the live extraction.

CSS variablesvariables.css
:root {
  --color-primary: #0066ff;
  --font-display: "Inter";
  --space-base: 5px;
  --radius-md: 4px;
}
Tailwind configtailwind.config.js
// 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).

Chapter 13

Usage

  1. Lead with the primary.

    It belongs on calls-to-action and one accent moment per screen. Not on body copy.

  2. Two type families, three weights.

    Display for headlines, body for paragraphs. Resist a third unless there is a real reason.

  3. Snap to the spacing scale.

    Padding, margin, and gap should land on the values in §05. One-off pixels accumulate into noise.

  4. Treat accessibility as a hard constraint.

    When a colour pair fails WCAG, fix the colour — not the contrast check.