#F5EAF3 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 #F5EAF3 works with other colors. Named schemes with #F5EAF3 in its natural role, and a note on why the supporting colors balance it.
Cool White 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.
Cool White opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Cool White is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Cool White.
Cool White sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Cool White 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 Cool White carrying the quiet middle.
How #F5EAF3 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 #F5EAF3 at work across the surfaces designers actually ship.
:root {
--color-base: #F5EAF3;
--color-base-rgb: 245 234 243;
--color-base-oklch: oklch(94.8% 0.017 331.6);
--color-50: #FAF4F9;
--color-100: #F2E3EF;
--color-200: #E4C8DF;
--color-300: #CEA1C6;
--color-400: #B67CAB;
--color-500: #995C8E;
--color-600: #774B6F;
--color-700: #563950;
--color-800: #392836;
--color-900: #231A22;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
cool-white: {
50: '#FAF4F9',
100: '#F2E3EF',
200: '#E4C8DF',
300: '#CEA1C6',
400: '#B67CAB',
500: '#995C8E',
600: '#774B6F',
700: '#563950',
800: '#392836',
900: '#231A22',
},
}
$base: #F5EAF3; $base-ink: #141310; $base-50: #FAF4F9; $base-100: #F2E3EF; $base-200: #E4C8DF; $base-300: #CEA1C6; $base-400: #B67CAB; $base-500: #995C8E; $base-600: #774B6F; $base-700: #563950; $base-800: #392836; $base-900: #231A22; $base-hover: #D6AACE; $base-subtle: #FCF9FB;
{
"color": {
"base": {
"value": "#F5EAF3",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FAF4F9",
"type": "color"
},
"100": {
"value": "#F2E3EF",
"type": "color"
},
"200": {
"value": "#E4C8DF",
"type": "color"
},
"300": {
"value": "#CEA1C6",
"type": "color"
},
"400": {
"value": "#B67CAB",
"type": "color"
},
"500": {
"value": "#995C8E",
"type": "color"
},
"600": {
"value": "#774B6F",
"type": "color"
},
"700": {
"value": "#563950",
"type": "color"
},
"800": {
"value": "#392836",
"type": "color"
},
"900": {
"value": "#231A22",
"type": "color"
}
}
}
}