#B994AC is a soft, temperate rose. On the Color Lab it reads clean and engineered, restrained and easy to live with. It reproduces cleanly in print.
Not just a swatch — here's how #B994AC works with other colors. Named schemes with #B994AC in its natural role, and a note on why the supporting colors balance it.
Rosy Brown 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.
Rosy Brown opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Rosy Brown keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Rosy Brown 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 Rosy Brown carrying the quiet middle.
Rosy Brown sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
How #B994AC 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 #B994AC at work across the surfaces designers actually ship.
:root {
--color-base: #B994AC;
--color-base-rgb: 185 148 172;
--color-base-oklch: oklch(70.8% 0.055 339.6);
--color-50: #F9F6F8;
--color-100: #EFE6EC;
--color-200: #DFCED9;
--color-300: #C5AABC;
--color-400: #AA889E;
--color-500: #8D6880;
--color-600: #6E5465;
--color-700: #503F4A;
--color-800: #352B32;
--color-900: #211C1F;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
rosy-brown: {
50: '#F9F6F8',
100: '#EFE6EC',
200: '#DFCED9',
300: '#C5AABC',
400: '#AA889E',
500: '#8D6880',
600: '#6E5465',
700: '#503F4A',
800: '#352B32',
900: '#211C1F',
},
}
$base: #B994AC; $base-ink: #141310; $base-50: #F9F6F8; $base-100: #EFE6EC; $base-200: #DFCED9; $base-300: #C5AABC; $base-400: #AA889E; $base-500: #8D6880; $base-600: #6E5465; $base-700: #503F4A; $base-800: #352B32; $base-900: #211C1F; $base-hover: #9E6B8C; $base-subtle: #E8E0E6;
{
"color": {
"base": {
"value": "#B994AC",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F9F6F8",
"type": "color"
},
"100": {
"value": "#EFE6EC",
"type": "color"
},
"200": {
"value": "#DFCED9",
"type": "color"
},
"300": {
"value": "#C5AABC",
"type": "color"
},
"400": {
"value": "#AA889E",
"type": "color"
},
"500": {
"value": "#8D6880",
"type": "color"
},
"600": {
"value": "#6E5465",
"type": "color"
},
"700": {
"value": "#503F4A",
"type": "color"
},
"800": {
"value": "#352B32",
"type": "color"
},
"900": {
"value": "#211C1F",
"type": "color"
}
}
}
}