#C2D2EE is a pale, cool 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 #C2D2EE works with other colors. Named schemes with #C2D2EE 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 #C2D2EE 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 #C2D2EE at work across the surfaces designers actually ship.
:root {
--color-base: #C2D2EE;
--color-base-rgb: 194 210 238;
--color-base-oklch: oklch(86.1% 0.043 261.7);
--color-50: #F3F6FC;
--color-100: #DFE7F7;
--color-200: #BFD0ED;
--color-300: #93AEDC;
--color-400: #6B8DC7;
--color-500: #496DAC;
--color-600: #3E5884;
--color-700: #31415E;
--color-800: #232D3E;
--color-900: #171D26;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
light-blue: {
50: '#F3F6FC',
100: '#DFE7F7',
200: '#BFD0ED',
300: '#93AEDC',
400: '#6B8DC7',
500: '#496DAC',
600: '#3E5884',
700: '#31415E',
800: '#232D3E',
900: '#171D26',
},
}
$base: #C2D2EE; $base-ink: #141310; $base-50: #F3F6FC; $base-100: #DFE7F7; $base-200: #BFD0ED; $base-300: #93AEDC; $base-400: #6B8DC7; $base-500: #496DAC; $base-600: #3E5884; $base-700: #31415E; $base-800: #232D3E; $base-900: #171D26; $base-hover: #80A1DB; $base-subtle: #EFF2F8;
{
"color": {
"base": {
"value": "#C2D2EE",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F3F6FC",
"type": "color"
},
"100": {
"value": "#DFE7F7",
"type": "color"
},
"200": {
"value": "#BFD0ED",
"type": "color"
},
"300": {
"value": "#93AEDC",
"type": "color"
},
"400": {
"value": "#6B8DC7",
"type": "color"
},
"500": {
"value": "#496DAC",
"type": "color"
},
"600": {
"value": "#3E5884",
"type": "color"
},
"700": {
"value": "#31415E",
"type": "color"
},
"800": {
"value": "#232D3E",
"type": "color"
},
"900": {
"value": "#171D26",
"type": "color"
}
}
}
}