#BFD1EE is a muted, cool indigo. 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 #BFD1EE works with other colors. Named schemes with #BFD1EE in its natural role, and a note on why the supporting colors balance it.
Light Blue keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Light Blue opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Light Blue 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.
Light Blue is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Light Blue.
Light Blue 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 Light Blue carrying the quiet middle.
How #BFD1EE 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 #BFD1EE at work across the surfaces designers actually ship.
:root {
--color-base: #BFD1EE;
--color-base-rgb: 191 209 238;
--color-base-oklch: oklch(85.6% 0.045 259.9);
--color-50: #F2F6FC;
--color-100: #DEE8F7;
--color-200: #BFD1EE;
--color-300: #92AFDD;
--color-400: #698EC9;
--color-500: #476EAD;
--color-600: #3D5885;
--color-700: #30425F;
--color-800: #232D3E;
--color-900: #171D26;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
light-blue: {
50: '#F2F6FC',
100: '#DEE8F7',
200: '#BFD1EE',
300: '#92AFDD',
400: '#698EC9',
500: '#476EAD',
600: '#3D5885',
700: '#30425F',
800: '#232D3E',
900: '#171D26',
},
}
$base: #BFD1EE; $base-ink: #141310; $base-50: #F2F6FC; $base-100: #DEE8F7; $base-200: #BFD1EE; $base-300: #92AFDD; $base-400: #698EC9; $base-500: #476EAD; $base-600: #3D5885; $base-700: #30425F; $base-800: #232D3E; $base-900: #171D26; $base-hover: #7BA0DC; $base-subtle: #EDF2F8;
{
"color": {
"base": {
"value": "#BFD1EE",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F2F6FC",
"type": "color"
},
"100": {
"value": "#DEE8F7",
"type": "color"
},
"200": {
"value": "#BFD1EE",
"type": "color"
},
"300": {
"value": "#92AFDD",
"type": "color"
},
"400": {
"value": "#698EC9",
"type": "color"
},
"500": {
"value": "#476EAD",
"type": "color"
},
"600": {
"value": "#3D5885",
"type": "color"
},
"700": {
"value": "#30425F",
"type": "color"
},
"800": {
"value": "#232D3E",
"type": "color"
},
"900": {
"value": "#171D26",
"type": "color"
}
}
}
}