#FAEBF6 is a light neutral with only a whisper of temperate cast. On the Color Lab it reads clean and engineered, restrained and easy to live with. It holds up as a large surface and is too pale to lead as a primary accent.
Not just a swatch — here's how #FAEBF6 works with other colors. Named schemes with #FAEBF6 in its natural role, and a note on why the supporting colors balance it.
Lavender Blush 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.
Lavender Blush opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Lavender Blush is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Lavender Blush.
Lavender Blush sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Lavender Blush 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 Lavender Blush carrying the quiet middle.
How #FAEBF6 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 #FAEBF6 at work across the surfaces designers actually ship.
:root {
--color-base: #FAEBF6;
--color-base-rgb: 250 235 246;
--color-base-oklch: oklch(95.5% 0.022 334.9);
--color-50: #FCF2FA;
--color-100: #F8DEF1;
--color-200: #EFBEE2;
--color-300: #DE91CA;
--color-400: #CB67B0;
--color-500: #AF4693;
--color-600: #863C72;
--color-700: #602F53;
--color-800: #3F2237;
--color-900: #271622;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
lavender-blush: {
50: '#FCF2FA',
100: '#F8DEF1',
200: '#EFBEE2',
300: '#DE91CA',
400: '#CB67B0',
500: '#AF4693',
600: '#863C72',
700: '#602F53',
800: '#3F2237',
900: '#271622',
},
}
$base: #FAEBF6; $base-ink: #141310; $base-50: #FCF2FA; $base-100: #F8DEF1; $base-200: #EFBEE2; $base-300: #DE91CA; $base-400: #CB67B0; $base-500: #AF4693; $base-600: #863C72; $base-700: #602F53; $base-800: #3F2237; $base-900: #271622; $base-hover: #E79DD3; $base-subtle: #FDF9FC;
{
"color": {
"base": {
"value": "#FAEBF6",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF2FA",
"type": "color"
},
"100": {
"value": "#F8DEF1",
"type": "color"
},
"200": {
"value": "#EFBEE2",
"type": "color"
},
"300": {
"value": "#DE91CA",
"type": "color"
},
"400": {
"value": "#CB67B0",
"type": "color"
},
"500": {
"value": "#AF4693",
"type": "color"
},
"600": {
"value": "#863C72",
"type": "color"
},
"700": {
"value": "#602F53",
"type": "color"
},
"800": {
"value": "#3F2237",
"type": "color"
},
"900": {
"value": "#271622",
"type": "color"
}
}
}
}