#B476A2 is a mid-toned, temperate 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 #B476A2 works with other colors. Named schemes with #B476A2 in its natural role, and a note on why the supporting colors balance it.
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 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 opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Rose Gold sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
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 #B476A2 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 #B476A2 at work across the surfaces designers actually ship.
:root {
--color-base: #B476A2;
--color-base-rgb: 180 118 162;
--color-base-oklch: oklch(64.4% 0.097 338.1);
--color-50: #FAF5F8;
--color-100: #F1E4ED;
--color-200: #E2CADB;
--color-300: #CAA5C0;
--color-400: #B181A3;
--color-500: #946185;
--color-600: #734F69;
--color-700: #533C4C;
--color-800: #372933;
--color-900: #231B20;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
rose-gold: {
50: '#FAF5F8',
100: '#F1E4ED',
200: '#E2CADB',
300: '#CAA5C0',
400: '#B181A3',
500: '#946185',
600: '#734F69',
700: '#533C4C',
800: '#372933',
900: '#231B20',
},
}
$base: #B476A2; $base-ink: #141310; $base-50: #FAF5F8; $base-100: #F1E4ED; $base-200: #E2CADB; $base-300: #CAA5C0; $base-400: #B181A3; $base-500: #946185; $base-600: #734F69; $base-700: #533C4C; $base-800: #372933; $base-900: #231B20; $base-hover: #995485; $base-subtle: #E6D8E2;
{
"color": {
"base": {
"value": "#B476A2",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FAF5F8",
"type": "color"
},
"100": {
"value": "#F1E4ED",
"type": "color"
},
"200": {
"value": "#E2CADB",
"type": "color"
},
"300": {
"value": "#CAA5C0",
"type": "color"
},
"400": {
"value": "#B181A3",
"type": "color"
},
"500": {
"value": "#946185",
"type": "color"
},
"600": {
"value": "#734F69",
"type": "color"
},
"700": {
"value": "#533C4C",
"type": "color"
},
"800": {
"value": "#372933",
"type": "color"
},
"900": {
"value": "#231B20",
"type": "color"
}
}
}
}