#992247 is a mid-toned, warm red. On the Color Lab it reads quietly premium. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #992247 works with other colors. Named schemes with #992247 in its natural role, and a note on why the supporting colors balance it.
Cranberry 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.
Cranberry plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Cranberry sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
This palette keeps Cranberry as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Cranberry 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 Cranberry carrying the quiet middle.
How #992247 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 #992247 at work across the surfaces designers actually ship.
:root {
--color-base: #992247;
--color-base-rgb: 153 34 71;
--color-base-oklch: oklch(45.8% 0.155 7.8);
--color-50: #FDF2F5;
--color-100: #F8DDE6;
--color-200: #F0BCCD;
--color-300: #E18EA8;
--color-400: #CE6486;
--color-500: #B34266;
--color-600: #893952;
--color-700: #612E3E;
--color-800: #40212B;
--color-900: #27161B;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
cranberry: {
50: '#FDF2F5',
100: '#F8DDE6',
200: '#F0BCCD',
300: '#E18EA8',
400: '#CE6486',
500: '#B34266',
600: '#893952',
700: '#612E3E',
800: '#40212B',
900: '#27161B',
},
}
$base: #992247; $base-ink: #FFFFFF; $base-50: #FDF2F5; $base-100: #F8DDE6; $base-200: #F0BCCD; $base-300: #E18EA8; $base-400: #CE6486; $base-500: #B34266; $base-600: #893952; $base-700: #612E3E; $base-800: #40212B; $base-900: #27161B; $base-hover: #7C1B3A; $base-subtle: #E6B7C6;
{
"color": {
"base": {
"value": "#992247",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF2F5",
"type": "color"
},
"100": {
"value": "#F8DDE6",
"type": "color"
},
"200": {
"value": "#F0BCCD",
"type": "color"
},
"300": {
"value": "#E18EA8",
"type": "color"
},
"400": {
"value": "#CE6486",
"type": "color"
},
"500": {
"value": "#B34266",
"type": "color"
},
"600": {
"value": "#893952",
"type": "color"
},
"700": {
"value": "#612E3E",
"type": "color"
},
"800": {
"value": "#40212B",
"type": "color"
},
"900": {
"value": "#27161B",
"type": "color"
}
}
}
}