#B36699 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 #B36699 works with other colors. Named schemes with #B36699 in its natural role, and a note on why the supporting colors balance it.
Rose Gold 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.
Rose Gold plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Rose Gold sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
This palette keeps Rose Gold as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Rose Gold 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 Rose Gold carrying the quiet middle.
How #B36699 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 #B36699 at work across the surfaces designers actually ship.
:root {
--color-base: #B36699;
--color-base-rgb: 179 102 153;
--color-base-oklch: oklch(61.3% 0.118 341.1);
--color-50: #FAF4F8;
--color-100: #F2E3ED;
--color-200: #E4C8DB;
--color-300: #CEA2BF;
--color-400: #B57DA2;
--color-500: #985C84;
--color-600: #764C68;
--color-700: #553A4C;
--color-800: #392833;
--color-900: #231A20;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
rose-gold: {
50: '#FAF4F8',
100: '#F2E3ED',
200: '#E4C8DB',
300: '#CEA2BF',
400: '#B57DA2',
500: '#985C84',
600: '#764C68',
700: '#553A4C',
800: '#392833',
900: '#231A20',
},
}
$base: #B36699; $base-ink: #141310; $base-50: #FAF4F8; $base-100: #F2E3ED; $base-200: #E4C8DB; $base-300: #CEA2BF; $base-400: #B57DA2; $base-500: #985C84; $base-600: #764C68; $base-700: #553A4C; $base-800: #392833; $base-900: #231A20; $base-hover: #964A7D; $base-subtle: #E5D4E0;
{
"color": {
"base": {
"value": "#B36699",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FAF4F8",
"type": "color"
},
"100": {
"value": "#F2E3ED",
"type": "color"
},
"200": {
"value": "#E4C8DB",
"type": "color"
},
"300": {
"value": "#CEA2BF",
"type": "color"
},
"400": {
"value": "#B57DA2",
"type": "color"
},
"500": {
"value": "#985C84",
"type": "color"
},
"600": {
"value": "#764C68",
"type": "color"
},
"700": {
"value": "#553A4C",
"type": "color"
},
"800": {
"value": "#392833",
"type": "color"
},
"900": {
"value": "#231A20",
"type": "color"
}
}
}
}