#e05320
June 25, 2026
postman.com
A reading of the visual language at https://postman.com. Every token, every rule, every component — captured from the live site.
Essence
postman.com is a Jester brand — warm, kinetic, modern, bold and fun — anchored on #e05320 and inter, mixed motion.
Adjectives
- warm
- kinetic
- modern
- bold
- fun
Personality axes
Evidence
- #e05320 at 16° reads warm → warm (warmth +0.91)
- 15px median radius, 200ms median motion → kinetic (energy +0.56)
- sans display face, material-you material → modern (era +0.35)
- Axis fingerprint nearest the Jester archetype (84% fit, vs Creator).
About
Logo
Colour
1 primary · 1 secondary · 1 accent · 9 neutrals · 15 total
Neutrals
#212121#000000#707070#FFFFFF#5C5C5C#E6E6E6#09070D#8A8A8A#CFCFCFFull palette
#212121#000000#707070#FFFFFF#0265D2#5C5C5C#E05320#E6E6E6#09070D#140B1E#007BFF#8A8A8A#CFCFCF#FF6C37#B387F5WCAG 0% · 0 passing pairs · 1 failing. Full breakdown in §11.
Typography
4 families · 8 sizes · 2 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
55px |
The AI-native API Platform |
t01 |
36px |
The AI-native API Platform |
t02 |
22px |
The AI-native API Platform |
t03 |
20px |
The AI-native API Platform |
t04 |
16px |
The AI-native API Platform |
t05 |
14px |
The AI-native API Platform |
t06 |
12px |
The AI-native API Platform |
t07 |
10px |
The AI-native API Platform |
Spacing
Base 2px · 11 steps captured
Rhythm
1px
20px
24px
40px
50px
60px
64px
80px
120px
224px
Shape
5 radii · 4 elevation tiers
Border radii
3px
10px
15px
20px
9999px
Elevation
xs
sm
md
lg
Iconography
unknown · 5 captured
iconiconiconiconiconMotion
Feel: mixed · 3 durations · 2 easings
Duration scale
100ms
200ms
300ms
Easings
customease-in-out
Components
tailwindcss · 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
neutral · — · —
Headlines from the site
- The AI-native API Platform
- Meet the AI Engineer
- The world's APIs are built and shipped on Postman.
- The AI-native API Platform
CTA verbs
×1×1×1×1
Accessibility
0 passing · 1 failing
Failing pairs
- Foreground
#ffffff- Background
#e0531f- Rule
- AA-normal
Suggested replacements
#ffffff→(3.87:1)
Tokens
Drop-in code for the most common stacks. All values from the live extraction.
:root {
--color-primary: #e05320;
--font-display: "inter";
--space-base: 2px;
--radius-md: 10px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#e05320' },
fontFamily: { display: ['inter', 'serif'] },
spacing: { base: '2px' },
borderRadius: { md: '10px' },
},
},
};
Run npx designlang pack postman.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.