#AE591D is a mid-toned, warm amber. On the Color Lab it reads organic and grounded, with a faded, vintage edge. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #AE591D works with other colors. Named schemes with #AE591D in its natural role, and a note on why the supporting colors balance it.
This palette keeps Ginger as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Ginger anchors this café scheme as the warm mid-tone, lifted by latte cream and a muted sage accent and grounded by espresso brown and a warm charcoal.
Ginger plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Ginger sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Ginger is the single accent in this high-contrast editorial system — set on near-white paper against near-black ink, with a warm grey and a desaturated tint of Ginger carrying the quiet middle.
How #AE591D actually behaves in design work — read from its OKLCH lightness, chroma and hue, not just its raw numbers. Ten signals to help you decide where this color earns its place.
Not a swatch to memorise — a color to build with. Here is #AE591D at work across the surfaces designers actually ship.
:root {
--color-base: #AE591D;
--color-base-rgb: 174 89 29;
--color-base-oklch: oklch(55.7% 0.131 50.9);
--color-50: #FDF6F1;
--color-100: #FAE8DB;
--color-200: #F3D1B9;
--color-300: #E5B08A;
--color-400: #D48F5E;
--color-500: #B9703C;
--color-600: #8D5A35;
--color-700: #64432B;
--color-800: #422E1F;
--color-900: #281D15;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
ginger: {
50: '#FDF6F1',
100: '#FAE8DB',
200: '#F3D1B9',
300: '#E5B08A',
400: '#D48F5E',
500: '#B9703C',
600: '#8D5A35',
700: '#64432B',
800: '#422E1F',
900: '#281D15',
},
}
$base: #AE591D; $base-ink: #FFFFFF; $base-50: #FDF6F1; $base-100: #FAE8DB; $base-200: #F3D1B9; $base-300: #E5B08A; $base-400: #D48F5E; $base-500: #B9703C; $base-600: #8D5A35; $base-700: #64432B; $base-800: #422E1F; $base-900: #281D15; $base-hover: #8C4818; $base-subtle: #EACDB8;
{
"color": {
"base": {
"value": "#AE591D",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF6F1",
"type": "color"
},
"100": {
"value": "#FAE8DB",
"type": "color"
},
"200": {
"value": "#F3D1B9",
"type": "color"
},
"300": {
"value": "#E5B08A",
"type": "color"
},
"400": {
"value": "#D48F5E",
"type": "color"
},
"500": {
"value": "#B9703C",
"type": "color"
},
"600": {
"value": "#8D5A35",
"type": "color"
},
"700": {
"value": "#64432B",
"type": "color"
},
"800": {
"value": "#422E1F",
"type": "color"
},
"900": {
"value": "#281D15",
"type": "color"
}
}
}
}