#141414
June 25, 2026
ramp.com
A reading of the visual language at https://ramp.com. Every token, every rule, every component — captured from the live site.
Essence
ramp.com is an Everyman brand — understated, timeless, approachable and grounded — anchored on Times, mixed motion.
Adjectives
- understated
- timeless
- approachable
- grounded
Personality axes
Evidence
- heaviest weight 400 → understated (weight -1)
- serif display face, flat material → timeless (era -0.25)
- Axis fingerprint nearest the Everyman archetype (70% fit, vs Innocent).
About
Logo
Colour
1 neutrals · 1 total
Neutrals
#000000Full palette
#000000WCAG 100% · 0 passing pairs · 0 failing. Full breakdown in §11.
Typography
1 families · 2 sizes · 1 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
16px |
Quick brown fox jumps over t |
t01 |
13px |
Quick brown fox jumps over t |
Spacing
Base 8px · 2 steps captured
Rhythm
8px
13px
Shape
0 radii · 0 elevation tiers
Border radii
Iconography
unknown · 0 captured
No icons captured.
Motion
Feel: mixed · 0 durations · 0 easings
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 · — · —
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: #0066cc;
--font-display: "Times";
--space-base: 4px;
--radius-md: 8px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#0066cc' },
fontFamily: { display: ['Times', 'serif'] },
spacing: { base: '4px' },
borderRadius: { md: '8px' },
},
},
};
Run npx designlang pack ramp.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.