#FBB6FB is a soft, temperate pink. On the Color Lab it reads clean and engineered. It is too pale to lead as a primary accent and reproduces cleanly in print.
Not just a swatch — here's how #FBB6FB works with other colors. Named schemes with #FBB6FB in its natural role, and a note on why the supporting colors balance it.
Mauve opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Mauve sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Mauve 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.
Mauve 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 Mauve carrying the quiet middle.
Mauve is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Mauve.
How #FBB6FB 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 #FBB6FB at work across the surfaces designers actually ship.
:root {
--color-base: #FBB6FB;
--color-base-rgb: 251 182 251;
--color-base-oklch: oklch(86.2% 0.119 326.5);
--color-50: #FEF0FE;
--color-100: #FDD8FD;
--color-200: #FBB2FB;
--color-300: #F27EF2;
--color-400: #E34FE3;
--color-500: #CA2BCA;
--color-600: #992999;
--color-700: #6C236C;
--color-800: #461B46;
--color-900: #2B122B;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
mauve: {
50: '#FEF0FE',
100: '#FDD8FD',
200: '#FBB2FB',
300: '#F27EF2',
400: '#E34FE3',
500: '#CA2BCA',
600: '#992999',
700: '#6C236C',
800: '#461B46',
900: '#2B122B',
},
}
$base: #FBB6FB; $base-ink: #141310; $base-50: #FEF0FE; $base-100: #FDD8FD; $base-200: #FBB2FB; $base-300: #F27EF2; $base-400: #E34FE3; $base-500: #CA2BCA; $base-600: #992999; $base-700: #6C236C; $base-800: #461B46; $base-900: #2B122B; $base-hover: #F764F7; $base-subtle: #FBECFB;
{
"color": {
"base": {
"value": "#FBB6FB",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF0FE",
"type": "color"
},
"100": {
"value": "#FDD8FD",
"type": "color"
},
"200": {
"value": "#FBB2FB",
"type": "color"
},
"300": {
"value": "#F27EF2",
"type": "color"
},
"400": {
"value": "#E34FE3",
"type": "color"
},
"500": {
"value": "#CA2BCA",
"type": "color"
},
"600": {
"value": "#992999",
"type": "color"
},
"700": {
"value": "#6C236C",
"type": "color"
},
"800": {
"value": "#461B46",
"type": "color"
},
"900": {
"value": "#2B122B",
"type": "color"
}
}
}
}