#72e3ad
June 25, 2026
supabase.com
A reading of the visual language at https://supabase.com. Every token, every rule, every component — captured from the live site.
Essence
supabase.com is an Explorer brand — kinetic, cool, modern, adventurous and independent — anchored on #72e3ad and Circular, mixed motion.
Adjectives
- kinetic
- cool
- modern
- adventurous
- independent
Personality axes
Evidence
- 11px median radius, 200ms median motion → kinetic (energy +0.37)
- #72e3ad at 151° reads cool → cool (warmth -0.36)
- sans display face, flat material → modern (era +0.3)
- Axis fingerprint nearest the Explorer archetype (82% fit, vs Magician).
About
Logo
Colour
1 primary · 1 secondary · 1 accent · 11 neutrals · 16 total
Neutrals
#DFDFDF#171717#525252#707070#FFFFFF#B2B2B2#000000#C7C7C7#EDEDED#D4D4D4#292929Full palette
#DFDFDF#171717#525252#707070#FFFFFF#B2B2B2#000000#C7C7C7#EDEDED#D4D4D4#3FCF8E#72E3AD#02772D#292929#A9F1CA#00BB68WCAG 100% · 3 passing pairs · 0 failing. Full breakdown in §11.
Typography
2 families · 7 sizes · 2 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
72px |
Build in a weekend Scale to |
t01 |
36px |
Build in a weekend Scale to |
t02 |
24px |
Build in a weekend Scale to |
t03 |
18px |
Build in a weekend Scale to |
t04 |
16px |
Build in a weekend Scale to |
t05 |
14px |
Build in a weekend Scale to |
t06 |
12px |
Build in a weekend Scale to |
Spacing
Base 2px · 11 steps captured
Rhythm
1px
40px
48px
64px
90px
112px
128px
157px
208px
246px
Shape
3 radii · 2 elevation tiers
Border radii
6px
11px
16px
Elevation
xs
sm
Iconography
unknown · 24 captured
iconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconMotion
Feel: mixed · 5 durations · 3 easings
Duration scale
75ms
150ms
200ms
300ms
750ms
Easings
customease-outease-in-out
Components
shadcn/ui · 3 component patterns captured
Mocks
Built from these tokens
Radius, primary, surface, text — all sampled from the live site.
Read more →Detected patterns
link
card
button
Voice
neutral · — · —
Headlines from the site
- Build in a weekend Scale to millions
- Postgres Database
- Authentication
- Edge Functions
CTA verbs
×8×3×3×3×3×3×3×3
Accessibility
3 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: #72e3ad;
--font-display: "Circular";
--space-base: 2px;
--radius-md: 11px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#72e3ad' },
fontFamily: { display: ['Circular', 'serif'] },
spacing: { base: '2px' },
borderRadius: { md: '11px' },
},
},
};
Run npx designlang pack supabase.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.