#ff6363
June 25, 2026
raycast.com
A reading of the visual language at https://raycast.com. Every token, every rule, every component — captured from the live site.
Essence
raycast.com is a Jester brand — warm, kinetic, bold, modern and fun — anchored on #ff6363 and Inter, responsive motion.
Adjectives
- warm
- kinetic
- bold
- modern
- fun
Personality axes
Evidence
- #ff6363 at 0° reads warm → warm (warmth +0.77)
- 31px median radius, 500ms median motion → kinetic (energy +0.47)
- heaviest weight 700, 2.9:1 brand contrast → bold (weight +0.41)
- Axis fingerprint nearest the Jester archetype (81% fit, vs Creator).
About
Logo
Colour
1 primary · 1 secondary · 1 accent · 9 neutrals · 18 total
Neutrals
#FFFFFF#6A6B6C#9C9C9D#434345#E6E6E6#2F3031#1B1C1E#8E8C90#111214Full palette
#FFFFFF#6A6B6C#9C9C9D#434345#E6E6E6#2F3031#08090C#1B1C1E#452324#FF6363#8E8C90#9EBED7#8CD6FF#59D499#56C2FF#FFC531#111214#D72A2AWCAG 100% · 10 passing pairs · 0 failing. Full breakdown in §11.
Typography
4 families · 14 sizes · 5 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
64px |
Quick brown fox jumps over t |
t01 |
56px |
Quick brown fox jumps over t |
t02 |
32px |
Quick brown fox jumps over t |
t03 |
24px |
Quick brown fox jumps over t |
t04 |
23.75px |
Quick brown fox jumps over t |
t05 |
22px |
Quick brown fox jumps over t |
t06 |
20px |
Quick brown fox jumps over t |
t07 |
18px |
Quick brown fox jumps over t |
t08 |
16px |
Quick brown fox jumps over t |
t09 |
14px |
Quick brown fox jumps over t |
Spacing
Base 2px · 22 steps captured
Rhythm
1px
45px
56px
64px
72px
80px
96px
102px
120px
128px
Shape
14 radii · 6 elevation tiers
Border radii
2px
5px
8px
11px
16px
19px
Elevation
xs
sm
md
lg
xl
2xl
Iconography
unknown · 24 captured
iconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconMotion
Feel: responsive · 6 durations · 4 easings
Duration scale
100ms
200ms
300ms
500ms
850ms
1500ms
Easings
ease-in-outease-outease-outease-out
Components
unknown · 2 component patterns captured
Mocks
Built from these tokens
Radius, primary, surface, text — all sampled from the live site.
Read more →Detected patterns
card
button
Voice
neutral · — · —
CTA verbs
×8×2×1
Accessibility
10 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: #ff6363;
--font-display: "Inter";
--space-base: 2px;
--radius-md: 5px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#ff6363' },
fontFamily: { display: ['Inter', 'serif'] },
spacing: { base: '2px' },
borderRadius: { md: '5px' },
},
},
};
Run npx designlang pack raycast.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.