#8a05ff
June 25, 2026
render.com
A reading of the visual language at https://render.com. Every token, every rule, every component — captured from the live site.
Essence
render.com is a Magician brand — kinetic, cool, modern, bold and visionary — anchored on #8a05ff and PPNeueMontreal, mixed motion.
Adjectives
- kinetic
- cool
- modern
- bold
- visionary
Personality axes
Evidence
- 50px median radius, 300ms median motion → kinetic (energy +0.73)
- #8a05ff at 272° reads cool → cool (warmth -0.62)
- sans display face, material-you material → modern (era +0.35)
- Axis fingerprint nearest the Magician archetype (74% fit, vs Explorer).
About
Logo
Colour
1 primary · 1 secondary · 1 accent · 10 neutrals · 30 total
Neutrals
#E3E3E3#0D0D0D#FFFFFF#000000#6B6B6B#4D4D4D#FCE9EA#272727#8F8F8F#F4F0FFFull palette
#E3E3E3#0D0D0D#FFFFFF#000000#8A05FF#6B6B6B#4D4D4D#E7DBFF#33ACFF#006D4C#D67F2E#F347FF#E96770#48008C#9B52FB#FAEFE5#DFFEED#E0F4FF#FCE2FE#009E7A#FCE9EA#272727#180D43#F680FF#0088E5#C29800#5DC70A#8F8F8FWCAG 100% · 1 passing pairs · 0 failing. Full breakdown in §11.
Typography
4 families · 13 sizes · 3 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
80px |
Your fastest path to product |
t01 |
64px |
Your fastest path to product |
t02 |
56px |
Your fastest path to product |
t03 |
48px |
Your fastest path to product |
t04 |
40px |
Your fastest path to product |
t05 |
32px |
Your fastest path to product |
t06 |
24px |
Your fastest path to product |
t07 |
20px |
Your fastest path to product |
t08 |
18px |
Your fastest path to product |
t09 |
16px |
Your fastest path to product |
Spacing
Base 1px · 20 steps captured
Rhythm
1px
48px
56px
72px
80px
86px
120px
160px
166px
201px
Shape
3 radii · 1 elevation tiers
Border radii
2px
50px
937px
Elevation
xs
Iconography
remix · 24 captured
iconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconMotion
Feel: mixed · 4 durations · 4 easings
Duration scale
100ms
200ms
300ms
500ms
Easings
customease-in-outlinearcustom
Components
shadcn/ui · 2 component patterns captured
Mocks
Built from these tokens
Radius, primary, surface, text — all sampled from the live site.
Read more →Detected patterns
button
other
Voice
neutral · — · —
Headlines from the site
- Your fastest path to production for
- Click, click, done.
- Select a service
- Deploy your code
CTA verbs
×2×2×2×2×2×1×1
Accessibility
1 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: #8a05ff;
--font-display: "PPNeueMontreal";
--space-base: 4px;
--radius-md: 50px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#8a05ff' },
fontFamily: { display: ['PPNeueMontreal', 'serif'] },
spacing: { base: '4px' },
borderRadius: { md: '50px' },
},
},
};
Run npx designlang pack render.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.