#D4597E is a mid-toned, warm red. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #D4597E works with other colors. Named schemes with #D4597E in its natural role, and a note on why the supporting colors balance it.
This palette keeps Blush Pink as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Blush Pink 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.
Blush Pink opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Blush Pink sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Blush Pink 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 Blush Pink carrying the quiet middle.
How #D4597E 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 #D4597E at work across the surfaces designers actually ship.
:root {
--color-base: #D4597E;
--color-base-rgb: 212 89 126;
--color-base-oklch: oklch(63.0% 0.158 4.0);
--color-50: #FCF2F5;
--color-100: #F7DEE6;
--color-200: #EEBECD;
--color-300: #DE92A8;
--color-400: #CA6885;
--color-500: #AE4666;
--color-600: #863C52;
--color-700: #5F303E;
--color-800: #3F222B;
--color-900: #27171B;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
blush-pink: {
50: '#FCF2F5',
100: '#F7DEE6',
200: '#EEBECD',
300: '#DE92A8',
400: '#CA6885',
500: '#AE4666',
600: '#863C52',
700: '#5F303E',
800: '#3F222B',
900: '#27171B',
},
}
$base: #D4597E; $base-ink: #141310; $base-50: #FCF2F5; $base-100: #F7DEE6; $base-200: #EEBECD; $base-300: #DE92A8; $base-400: #CA6885; $base-500: #AE4666; $base-600: #863C52; $base-700: #5F303E; $base-800: #3F222B; $base-900: #27171B; $base-hover: #BF315C; $base-subtle: #EED2DA;
{
"color": {
"base": {
"value": "#D4597E",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF2F5",
"type": "color"
},
"100": {
"value": "#F7DEE6",
"type": "color"
},
"200": {
"value": "#EEBECD",
"type": "color"
},
"300": {
"value": "#DE92A8",
"type": "color"
},
"400": {
"value": "#CA6885",
"type": "color"
},
"500": {
"value": "#AE4666",
"type": "color"
},
"600": {
"value": "#863C52",
"type": "color"
},
"700": {
"value": "#5F303E",
"type": "color"
},
"800": {
"value": "#3F222B",
"type": "color"
},
"900": {
"value": "#27171B",
"type": "color"
}
}
}
}