#5865f2
June 25, 2026
discord.com
A reading of the visual language at https://discord.com. Every token, every rule, every component — captured from the live site.
Essence
discord.com is a Magician brand — cool, kinetic, bold, modern and visionary — anchored on #5865f2 and Ggsans, smooth motion.
Adjectives
- cool
- kinetic
- bold
- modern
- visionary
Personality axes
Evidence
- #5865f2 at 235° reads cool → cool (warmth -0.97)
- 50px median radius, 300ms median motion → kinetic (energy +0.59)
- heaviest weight 800, 2.9:1 brand contrast → bold (weight +0.43)
- Axis fingerprint nearest the Magician archetype (64% fit, vs Explorer).
About
Logo
Colour
1 primary · 1 secondary · 1 accent · 4 neutrals · 9 total
Neutrals
#000000#FFFFFF#333333#23272AFull palette
#000000#FFFFFF#5865F2#333333#23272A#1A2081#35ED7E#19175C#5B62C7WCAG 100% · 7 passing pairs · 0 failing. Full breakdown in §11.
Typography
5 families · 10 sizes · 4 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
61px |
GROUP CHAT THAT’S ALL FUN & |
t01 |
48px |
GROUP CHAT THAT’S ALL FUN & |
t02 |
44px |
GROUP CHAT THAT’S ALL FUN & |
t03 |
36px |
GROUP CHAT THAT’S ALL FUN & |
t04 |
22px |
GROUP CHAT THAT’S ALL FUN & |
t05 |
20px |
GROUP CHAT THAT’S ALL FUN & |
t06 |
18px |
GROUP CHAT THAT’S ALL FUN & |
t07 |
17.6px |
GROUP CHAT THAT’S ALL FUN & |
t08 |
16px |
GROUP CHAT THAT’S ALL FUN & |
t09 |
14px |
GROUP CHAT THAT’S ALL FUN & |
Spacing
Base 1px · 33 steps captured
Rhythm
1px
24px
29px
35px
48px
52px
56px
60px
64px
73px
Shape
7 radii · 0 elevation tiers
Border radii
12px
16px
40px
50px
60px
72px
Iconography
unknown · 8 captured
iconiconiconiconiconiconiconiconMotion
Feel: smooth · 3 durations · 1 easings
Duration scale
200ms
300ms
500ms
Easings
ease-in-out
Components
unknown · 1 component patterns captured
Mocks
Built from these tokens
Radius, primary, surface, text — all sampled from the live site.
Read more →Detected patterns
button
Voice
friendly · — · —
Headlines from the site
- GROUP CHAT THAT’S ALL FUN & GAMES
- find your friends on discord.
- MAKE YOUR GROUP CHATS MORE FUN
- STREAM LIKE YOU’RE IN THE SAME ROOM
CTA verbs
×3×2×1
Accessibility
7 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: #5865f2;
--font-display: "Ggsans";
--space-base: 4px;
--radius-md: 16px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#5865f2' },
fontFamily: { display: ['Ggsans', 'serif'] },
spacing: { base: '4px' },
borderRadius: { md: '16px' },
},
},
};
Run npx designlang pack discord.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.