#F9F5EF is a light neutral with only a whisper of temperate cast. On the Color Lab it reads 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 #F9F5EF works with other colors. Named schemes with #F9F5EF in its natural role, and a note on why the supporting colors balance it.
Seashell 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.
Seashell opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Seashell is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Seashell.
Seashell keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Seashell 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 Seashell carrying the quiet middle.
How #F9F5EF 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 #F9F5EF at work across the surfaces designers actually ship.
:root {
--color-base: #F9F5EF;
--color-base-rgb: 249 245 239;
--color-base-oklch: oklch(97.2% 0.009 78.3);
--color-50: #FBF8F4;
--color-100: #F4EDE1;
--color-200: #E8DAC4;
--color-300: #D5BD9B;
--color-400: #BEA074;
--color-500: #A28253;
--color-600: #7D6745;
--color-700: #5A4B35;
--color-800: #3B3326;
--color-900: #252019;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
seashell: {
50: '#FBF8F4',
100: '#F4EDE1',
200: '#E8DAC4',
300: '#D5BD9B',
400: '#BEA074',
500: '#A28253',
600: '#7D6745',
700: '#5A4B35',
800: '#3B3326',
900: '#252019',
},
}
$base: #F9F5EF; $base-ink: #141310; $base-50: #FBF8F4; $base-100: #F4EDE1; $base-200: #E8DAC4; $base-300: #D5BD9B; $base-400: #BEA074; $base-500: #A28253; $base-600: #7D6745; $base-700: #5A4B35; $base-800: #3B3326; $base-900: #252019; $base-hover: #DEC9A9; $base-subtle: #FDFCFB;
{
"color": {
"base": {
"value": "#F9F5EF",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FBF8F4",
"type": "color"
},
"100": {
"value": "#F4EDE1",
"type": "color"
},
"200": {
"value": "#E8DAC4",
"type": "color"
},
"300": {
"value": "#D5BD9B",
"type": "color"
},
"400": {
"value": "#BEA074",
"type": "color"
},
"500": {
"value": "#A28253",
"type": "color"
},
"600": {
"value": "#7D6745",
"type": "color"
},
"700": {
"value": "#5A4B35",
"type": "color"
},
"800": {
"value": "#3B3326",
"type": "color"
},
"900": {
"value": "#252019",
"type": "color"
}
}
}
}