#CEEEF1 is a pale, temperate off-white. 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 #CEEEF1 works with other colors. Named schemes with #CEEEF1 in its natural role, and a note on why the supporting colors balance it.
Platinum keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Platinum opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Platinum 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.
Platinum is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Platinum.
Platinum 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 Platinum carrying the quiet middle.
How #CEEEF1 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 #CEEEF1 at work across the surfaces designers actually ship.
:root {
--color-base: #CEEEF1;
--color-base-rgb: 206 238 241;
--color-base-oklch: oklch(92.7% 0.034 203.5);
--color-50: #F3FBFC;
--color-100: #DFF5F7;
--color-200: #BFE9ED;
--color-300: #93D6DC;
--color-400: #6BC0C7;
--color-500: #49A3AC;
--color-600: #3E7E84;
--color-700: #315A5E;
--color-800: #233C3E;
--color-900: #172526;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
platinum: {
50: '#F3FBFC',
100: '#DFF5F7',
200: '#BFE9ED',
300: '#93D6DC',
400: '#6BC0C7',
500: '#49A3AC',
600: '#3E7E84',
700: '#315A5E',
800: '#233C3E',
900: '#172526',
},
}
$base: #CEEEF1; $base-ink: #141310; $base-50: #F3FBFC; $base-100: #DFF5F7; $base-200: #BFE9ED; $base-300: #93D6DC; $base-400: #6BC0C7; $base-500: #49A3AC; $base-600: #3E7E84; $base-700: #315A5E; $base-800: #233C3E; $base-900: #172526; $base-hover: #89D7DE; $base-subtle: #F2F9FA;
{
"color": {
"base": {
"value": "#CEEEF1",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F3FBFC",
"type": "color"
},
"100": {
"value": "#DFF5F7",
"type": "color"
},
"200": {
"value": "#BFE9ED",
"type": "color"
},
"300": {
"value": "#93D6DC",
"type": "color"
},
"400": {
"value": "#6BC0C7",
"type": "color"
},
"500": {
"value": "#49A3AC",
"type": "color"
},
"600": {
"value": "#3E7E84",
"type": "color"
},
"700": {
"value": "#315A5E",
"type": "color"
},
"800": {
"value": "#233C3E",
"type": "color"
},
"900": {
"value": "#172526",
"type": "color"
}
}
}
}