#0051c3
June 25, 2026
replit.com
A reading of the visual language at https://replit.com. Every token, every rule, every component — captured from the live site.
Essence
replit.com is a Ruler brand — cool, bold, kinetic, timeless and authoritative — anchored on #0051c3 and Times, mixed motion.
Adjectives
- cool
- bold
- kinetic
- timeless
- authoritative
Personality axes
Evidence
- #0051c3 at 215° reads cool → cool (warmth -1)
- heaviest weight 600, 7.1:1 brand contrast → bold (weight +0.45)
- 5px median radius, 150ms median motion → kinetic (energy +0.26)
- Axis fingerprint nearest the Ruler archetype (59% fit, vs Explorer).
About
Logo
Colour
1 primary · 1 secondary · 1 accent · 5 neutrals · 8 total
Neutrals
#404040#000000#595959#FFFFFF#EBEBEBFull palette
#404040#000000#595959#0051C3#FFFFFF#EBEBEB#DE5052#521010WCAG 100% · 0 passing pairs · 0 failing. Full breakdown in §11.
Typography
1 families · 5 sizes · 3 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
60px |
Quick brown fox jumps over t |
t01 |
30px |
Quick brown fox jumps over t |
t02 |
16px |
Quick brown fox jumps over t |
t03 |
15px |
Quick brown fox jumps over t |
t04 |
13px |
Quick brown fox jumps over t |
Spacing
Base 3px · 4 steps captured
Rhythm
3px
23px
53px
160px
Shape
2 radii · 0 elevation tiers
Border radii
2px
5px
Iconography
unknown · 0 captured
No icons captured.
Motion
Feel: mixed · 1 durations · 0 easings
Duration scale
150ms
Components
unknown · 0 component patterns captured
Mocks
Built from these tokens
Radius, primary, surface, text — all sampled from the live site.
Read more →Voice
neutral · — · —
CTA verbs
×1
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: #0051c3;
--font-display: "Times";
--space-base: 4px;
--radius-md: 5px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#0051c3' },
fontFamily: { display: ['Times', 'serif'] },
spacing: { base: '4px' },
borderRadius: { md: '5px' },
},
},
};
Run npx designlang pack replit.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.