#AA1837 is a mid-toned, warm red-orange. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #AA1837 works with other colors. Named schemes with #AA1837 in its natural role, and a note on why the supporting colors balance it.
Firebrick 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.
Firebrick plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
This palette keeps Firebrick as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Firebrick sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Firebrick 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 Firebrick carrying the quiet middle.
How #AA1837 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 #AA1837 at work across the surfaces designers actually ship.
:root {
--color-base: #AA1837;
--color-base-rgb: 170 24 55;
--color-base-oklch: oklch(47.8% 0.177 17.0);
--color-50: #FEF1F4;
--color-100: #FBDAE1;
--color-200: #F5B8C5;
--color-300: #E8879C;
--color-400: #D75B76;
--color-500: #BC3855;
--color-600: #903246;
--color-700: #662936;
--color-800: #421E26;
--color-900: #291419;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
firebrick: {
50: '#FEF1F4',
100: '#FBDAE1',
200: '#F5B8C5',
300: '#E8879C',
400: '#D75B76',
500: '#BC3855',
600: '#903246',
700: '#662936',
800: '#421E26',
900: '#291419',
},
}
$base: #AA1837; $base-ink: #FFFFFF; $base-50: #FEF1F4; $base-100: #FBDAE1; $base-200: #F5B8C5; $base-300: #E8879C; $base-400: #D75B76; $base-500: #BC3855; $base-600: #903246; $base-700: #662936; $base-800: #421E26; $base-900: #291419; $base-hover: #88132D; $base-subtle: #EBB5C0;
{
"color": {
"base": {
"value": "#AA1837",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF1F4",
"type": "color"
},
"100": {
"value": "#FBDAE1",
"type": "color"
},
"200": {
"value": "#F5B8C5",
"type": "color"
},
"300": {
"value": "#E8879C",
"type": "color"
},
"400": {
"value": "#D75B76",
"type": "color"
},
"500": {
"value": "#BC3855",
"type": "color"
},
"600": {
"value": "#903246",
"type": "color"
},
"700": {
"value": "#662936",
"type": "color"
},
"800": {
"value": "#421E26",
"type": "color"
},
"900": {
"value": "#291419",
"type": "color"
}
}
}
}