#98151A is a mid-toned, warm 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 #98151A works with other colors. Named schemes with #98151A in its natural role, and a note on why the supporting colors balance it.
This palette keeps Cherry Red as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Cherry Red 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.
Cherry Red plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Cherry Red sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Cherry Red 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 Cherry Red carrying the quiet middle.
How #98151A 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 #98151A at work across the surfaces designers actually ship.
:root {
--color-base: #98151A;
--color-base-rgb: 152 21 26;
--color-base-oklch: oklch(43.8% 0.164 26.1);
--color-50: #FEF1F1;
--color-100: #FBDADB;
--color-200: #F5B7B9;
--color-300: #E9878A;
--color-400: #D85A5E;
--color-500: #BD373C;
--color-600: #903235;
--color-700: #66292B;
--color-800: #431E1F;
--color-900: #291415;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
cherry-red: {
50: '#FEF1F1',
100: '#FBDADB',
200: '#F5B7B9',
300: '#E9878A',
400: '#D85A5E',
500: '#BD373C',
600: '#903235',
700: '#66292B',
800: '#431E1F',
900: '#291415',
},
}
$base: #98151A; $base-ink: #FFFFFF; $base-50: #FEF1F1; $base-100: #FBDADB; $base-200: #F5B7B9; $base-300: #E9878A; $base-400: #D85A5E; $base-500: #BD373C; $base-600: #903235; $base-700: #66292B; $base-800: #431E1F; $base-900: #291415; $base-hover: #7A1114; $base-subtle: #EAAFB1;
{
"color": {
"base": {
"value": "#98151A",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF1F1",
"type": "color"
},
"100": {
"value": "#FBDADB",
"type": "color"
},
"200": {
"value": "#F5B7B9",
"type": "color"
},
"300": {
"value": "#E9878A",
"type": "color"
},
"400": {
"value": "#D85A5E",
"type": "color"
},
"500": {
"value": "#BD373C",
"type": "color"
},
"600": {
"value": "#903235",
"type": "color"
},
"700": {
"value": "#66292B",
"type": "color"
},
"800": {
"value": "#431E1F",
"type": "color"
},
"900": {
"value": "#291415",
"type": "color"
}
}
}
}