Action
Primary button
Use the controls above or point to and press the button to inspect its visual states.
Color reference
Muted Very Light Blue
This is a muted, very light blue under the deterministic OKLCH hue, lightness, and chroma ranges. Its closest standardized CSS named color is Gainsboro (#DCDCDC), measured with straight-line OKLab distance.
Copyable values
Values are calculated from the same opaque sRGB color. Display rounding does not alter the internal calculations.
| Format | Value | Action |
|---|---|---|
| HEX | #CEDEEF |
|
| RGB | rgb(206 222 239) |
|
| HSL | hsl(211 50.77% 87.25%) |
|
| HSV | hsv(211 13.81% 93.73%) |
|
| HWB | hwb(211 80.78% 6.27%) |
|
| XYZ D65 | color(xyz-d65 0.671515 0.715958 0.919457) |
|
| LAB | lab(87.6454% -3.0207 -10.2626) |
|
| LCH | lch(87.6454% 10.6979 253.5986) |
|
| OKLAB | oklab(89.3776% -0.010042 -0.027263) |
|
| OKLCH | oklch(89.3776% 0.029054 249.7792) |
Real-world test
Preview the source as a primary action, subtle status, form treatment, and card surface. Persistent state controls help touch and keyboard users inspect the same normal, hover, and active colors.
Action
Use the controls above or point to and press the button to inspect its visual states.
Status
A 12% source tint over white provides the background; readable text is selected separately.
Form
Source ring on white: 1.37:1 · does not meet the 3:1 non-text threshold where applicable.
Surface
The selected state becomes the card surface with its strongest black-or-white text pairing.
Accessibility diagnostics
Each result applies only to the named foreground, background, text size, and requirement. It is not a complete accessibility or component-conformance claim.
On white
On black
Use guidance
Not recommended
#CEDEEF does not reach 4.5:1 on white or Hue Codex paper, so it should not be used there for normal-sized text.
Needs a boundary
Against Hue Codex paper, the color reaches only 1.31:1. Use a contrasting border or another non-color boundary for meaningful controls and graphics.
Readable pairing available
Black text provides the stronger black/white pairing on #CEDEEF at 15.32:1. This validates only that text pair, not hover, focus, disabled, or adjacent-color states.
Restrained neutral
Its OKLCH chroma of 0.0291 is restrained, which is generally more suitable for surfaces, borders, or neutral system roles than for a vivid accent.
Pair available
The stronger black/white background is black at 15.32:1. Always retest against the actual rendered background and text size.
Tested backgrounds
| Pair | Background | Contrast ratio |
|---|---|---|
| Black#000000 | 15.32:1 | |
| Hue Codex ink#10212B | 12.02:1 | |
| White#FFFFFF | 1.37:1 | |
| Hue Codex paper#FBFAF5 | 1.31:1 | |
| Soft neutral#F2EFE6 | 1.19:1 |
Design-system starting point
The source color is preserved at the nearest lightness step. Other swatches keep its OKLCH hue, moderate chroma toward the extremes, and reduce chroma only when needed to remain in sRGB.
This is a Hue Codex reference scale, not a claim that the values match Tailwind, Material, or another framework’s named palette.
Adjust the #CEDEEF scale in Tints, Shades & TonesColor relationships
Hue rotations use OKLCH while preserving lightness and requested chroma. When a rotated result falls outside sRGB, chroma is reduced deterministically and disclosed.
Applied pairing
The source anchors the main action while the complement marks a secondary status. Contrast is selected separately for each fill.
Distance matching
Matches use straight-line OKLab distance ×100. A smaller value means the coordinates are closer in this model; it is not a claim that two tokens are interchangeable in a design system.
CSS named color
#DCDCDC OKLab distance ×100: 2.91
Tailwind v4 default
oklch(86.9% 0.022 252.894)
OKLab distance ×100: 2.58 · sRGB preview #CAD5E2
Print boundary
Reliable print matching needs licensed reference data plus a defined ink, paper, profile, and viewing condition.
Read the print methodologyColor-vision screening
These encoded-sRGB matrix previews are screening approximations. They help reveal possible color-only distinctions but do not reproduce every person’s vision or establish accessibility conformance.
Red-vision deficiency approximation
Green-vision deficiency approximation
Blue-yellow deficiency approximation
Monochromatic-vision approximation
Ready to use
Exports preserve the source, readable foreground, and generated 50–900 scale. Tailwind v4 CSS-first and Tailwind v3 JavaScript-config formats are labeled separately.
Semantic aliases and the complete 50–900 scale.
:root {
--color-primary: #CEDEEF;
--color-on-primary: #000000;
--color-primary-oklch: oklch(89.3776% 0.029054 249.7792);
--color-primary-50: #EEF6FF;
--color-primary-100: #CEDEEF;
--color-primary-200: #B7C6D6;
--color-primary-300: #9EADBC;
--color-primary-400: #8694A3;
--color-primary-500: #6F7C8A;
--color-primary-600: #586572;
--color-primary-700: #434E5A;
--color-primary-800: #2F3944;
--color-primary-900: #1B252F;
}
Current @theme syntax for bg-brand, text-brand, and scale utilities.
@import "tailwindcss";
@theme {
--color-brand: #CEDEEF;
--color-brand-foreground: #000000;
--color-brand-50: #EEF6FF;
--color-brand-100: #CEDEEF;
--color-brand-200: #B7C6D6;
--color-brand-300: #9EADBC;
--color-brand-400: #8694A3;
--color-brand-500: #6F7C8A;
--color-brand-600: #586572;
--color-brand-700: #434E5A;
--color-brand-800: #2F3944;
--color-brand-900: #1B252F;
}
CommonJS theme.extend.colors for JavaScript-config projects.
module.exports = {
theme: {
extend: {
colors: {
brand: {
'50': '#EEF6FF',
'100': '#CEDEEF',
'200': '#B7C6D6',
'300': '#9EADBC',
'400': '#8694A3',
'500': '#6F7C8A',
'600': '#586572',
'700': '#434E5A',
'800': '#2F3944',
'900': '#1B252F',
DEFAULT: '#CEDEEF',
foreground: '#000000',
},
},
},
},
};
Semantic source, foreground, OKLCH, and scale variables.
$color-primary: #CEDEEF;
$color-on-primary: #000000;
$color-primary-oklch: oklch(89.3776% 0.029054 249.7792);
$color-primary-50: #EEF6FF;
$color-primary-100: #CEDEEF;
$color-primary-200: #B7C6D6;
$color-primary-300: #9EADBC;
$color-primary-400: #8694A3;
$color-primary-500: #6F7C8A;
$color-primary-600: #586572;
$color-primary-700: #434E5A;
$color-primary-800: #2F3944;
$color-primary-900: #1B252F;
Static fallbacks followed by OKLab tint and shade declarations.
:root {
--color-primary: #CEDEEF;
--color-primary-tint: #B7C6D6;
--color-primary-tint: color-mix(in oklab, var(--color-primary) 72%, white);
--color-primary-shade: #434E5A;
--color-primary-shade: color-mix(in oklab, var(--color-primary) 82%, black);
}
Source formats, readable text, and the generated scale.
{
"name": "Muted Very Light Blue",
"hex": "#CEDEEF",
"rgb": "rgb(206 222 239)",
"oklch": "oklch(89.3776% 0.029054 249.7792)",
"recommendedText": "#000000",
"scale": {
"50": "#EEF6FF",
"100": "#CEDEEF",
"200": "#B7C6D6",
"300": "#9EADBC",
"400": "#8694A3",
"500": "#6F7C8A",
"600": "#586572",
"700": "#434E5A",
"800": "#2F3944",
"900": "#1B252F"
}
}
Continue the decision
Reference values are a starting point. Test the color in its real role, background, states, typography, and surrounding palette before shipping.