#F7FBEA is a pale, temperate off-white. 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 #F7FBEA works with other colors. Named schemes with #F7FBEA in its natural role, and a note on why the supporting colors balance it.
Honeydew 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.
Honeydew opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Honeydew leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Honeydew keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Honeydew 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 Honeydew carrying the quiet middle.
How #F7FBEA 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 #F7FBEA at work across the surfaces designers actually ship.
:root {
--color-base: #F7FBEA;
--color-base-rgb: 247 251 234;
--color-base-oklch: oklch(98.0% 0.023 117.6);
--color-50: #FAFDF2;
--color-100: #F2F9DC;
--color-200: #E5F2BB;
--color-300: #CFE38C;
--color-400: #B7D161;
--color-500: #9AB63F;
--color-600: #778B37;
--color-700: #56632C;
--color-800: #394120;
--color-900: #242815;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
honeydew: {
50: '#FAFDF2',
100: '#F2F9DC',
200: '#E5F2BB',
300: '#CFE38C',
400: '#B7D161',
500: '#9AB63F',
600: '#778B37',
700: '#56632C',
800: '#394120',
900: '#242815',
},
}
$base: #F7FBEA; $base-ink: #141310; $base-50: #FAFDF2; $base-100: #F2F9DC; $base-200: #E5F2BB; $base-300: #CFE38C; $base-400: #B7D161; $base-500: #9AB63F; $base-600: #778B37; $base-700: #56632C; $base-800: #394120; $base-900: #242815; $base-hover: #D8EB98; $base-subtle: #FCFDF9;
{
"color": {
"base": {
"value": "#F7FBEA",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FAFDF2",
"type": "color"
},
"100": {
"value": "#F2F9DC",
"type": "color"
},
"200": {
"value": "#E5F2BB",
"type": "color"
},
"300": {
"value": "#CFE38C",
"type": "color"
},
"400": {
"value": "#B7D161",
"type": "color"
},
"500": {
"value": "#9AB63F",
"type": "color"
},
"600": {
"value": "#778B37",
"type": "color"
},
"700": {
"value": "#56632C",
"type": "color"
},
"800": {
"value": "#394120",
"type": "color"
},
"900": {
"value": "#242815",
"type": "color"
}
}
}
}