#6B3554 is a mid-toned, warm rose. On the Color Lab it reads clean and engineered, with a faded, vintage edge. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #6B3554 works with other colors. Named schemes with #6B3554 in its natural role, and a note on why the supporting colors balance it.
Eggplant 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.
Eggplant plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Eggplant sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Eggplant sets a calm, sun-bleached base here, wrapped in bone and paper off-whites and a soft greige, with a single ink accent for wabi-sabi restraint.
Eggplant 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 Eggplant carrying the quiet middle.
How #6B3554 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 #6B3554 at work across the surfaces designers actually ship.
:root {
--color-base: #6B3554;
--color-base-rgb: 107 53 84;
--color-base-oklch: oklch(40.9% 0.087 346.1);
--color-50: #FAF4F8;
--color-100: #F2E3EC;
--color-200: #E4C8D8;
--color-300: #CEA2BB;
--color-400: #B57D9D;
--color-500: #985C7E;
--color-600: #764C64;
--color-700: #553A49;
--color-800: #392832;
--color-900: #231A1F;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
eggplant: {
50: '#FAF4F8',
100: '#F2E3EC',
200: '#E4C8D8',
300: '#CEA2BB',
400: '#B57D9D',
500: '#985C7E',
600: '#764C64',
700: '#553A49',
800: '#392832',
900: '#231A1F',
},
}
$base: #6B3554; $base-ink: #FFFFFF; $base-50: #FAF4F8; $base-100: #F2E3EC; $base-200: #E4C8D8; $base-300: #CEA2BB; $base-400: #B57D9D; $base-500: #985C7E; $base-600: #764C64; $base-700: #553A49; $base-800: #392832; $base-900: #231A1F; $base-hover: #552A42; $base-subtle: #D8BDCC;
{
"color": {
"base": {
"value": "#6B3554",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FAF4F8",
"type": "color"
},
"100": {
"value": "#F2E3EC",
"type": "color"
},
"200": {
"value": "#E4C8D8",
"type": "color"
},
"300": {
"value": "#CEA2BB",
"type": "color"
},
"400": {
"value": "#B57D9D",
"type": "color"
},
"500": {
"value": "#985C7E",
"type": "color"
},
"600": {
"value": "#764C64",
"type": "color"
},
"700": {
"value": "#553A49",
"type": "color"
},
"800": {
"value": "#392832",
"type": "color"
},
"900": {
"value": "#231A1F",
"type": "color"
}
}
}
}