#8A151F is a mid-toned, warm red-orange. On the Color Lab it reads organic and grounded, quietly premium. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #8A151F works with other colors. Named schemes with #8A151F in its natural role, and a note on why the supporting colors balance it.
This palette keeps Sangria as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Sangria 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.
Sangria plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Sangria sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Sangria 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 Sangria carrying the quiet middle.
How #8A151F 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 #8A151F at work across the surfaces designers actually ship.
:root {
--color-base: #8A151F;
--color-base-rgb: 138 21 31;
--color-base-oklch: oklch(41.1% 0.150 23.4);
--color-50: #FEF1F2;
--color-100: #FBDBDD;
--color-200: #F4B8BD;
--color-300: #E78890;
--color-400: #D65C66;
--color-500: #BC3944;
--color-600: #8F333B;
--color-700: #652A2F;
--color-800: #421F22;
--color-900: #291516;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
sangria: {
50: '#FEF1F2',
100: '#FBDBDD',
200: '#F4B8BD',
300: '#E78890',
400: '#D65C66',
500: '#BC3944',
600: '#8F333B',
700: '#652A2F',
800: '#421F22',
900: '#291516',
},
}
$base: #8A151F; $base-ink: #FFFFFF; $base-50: #FEF1F2; $base-100: #FBDBDD; $base-200: #F4B8BD; $base-300: #E78890; $base-400: #D65C66; $base-500: #BC3944; $base-600: #8F333B; $base-700: #652A2F; $base-800: #421F22; $base-900: #291516; $base-hover: #6E1018; $base-subtle: #E8ADB1;
{
"color": {
"base": {
"value": "#8A151F",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF1F2",
"type": "color"
},
"100": {
"value": "#FBDBDD",
"type": "color"
},
"200": {
"value": "#F4B8BD",
"type": "color"
},
"300": {
"value": "#E78890",
"type": "color"
},
"400": {
"value": "#D65C66",
"type": "color"
},
"500": {
"value": "#BC3944",
"type": "color"
},
"600": {
"value": "#8F333B",
"type": "color"
},
"700": {
"value": "#652A2F",
"type": "color"
},
"800": {
"value": "#421F22",
"type": "color"
},
"900": {
"value": "#291516",
"type": "color"
}
}
}
}