#ced2db
a light, soft blue · cool · closest name: Light Gray
At a glance
Every number on this page in one read: what #ced2db is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ced2db |
| RGB | rgb(206, 210, 219) |
| HSL | hsl(222, 15%, 83%) |
| CMYK | cmyk(6%, 4%, 0%, 14%) |
| LAB | lab(84.1 0.3 -4.9) |
| LCH | lch(84.1 4.9 273.8) |
| OKLCH | oklch(0.863 0.013 266.7) |
| Decimal | 13554395 |
| Display P3 | color(display-p3 0.808 0.824 0.859) |
Copy-ready code
/* CSS */
color: #ced2db;
background-color: #ced2db;
/* Tailwind (arbitrary) */
class="text-[#ced2db] bg-[#ced2db]"
/* SCSS */
$brand: #ced2db;
/* SwiftUI */
Color(red: 0.808, green: 0.824, blue: 0.859)
/* Android */
Color.parseColor("#ced2db")
/* Flutter */
Color(0xFFCED2DB)
/* Python / OpenCV (BGR) */
(219, 210, 206)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #ced2db is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6F7F8;
--brand-100: #EEEFF2;
--brand-200: #ced2db;
--brand-300: #BEC4CF;
--brand-400: #9EA6B8;
--brand-500: #7E88A0;
--brand-600: #68738D;
--brand-700: #566076;
--brand-800: #454D5E;
--brand-900: #353A46;
--brand-950: #21242C;
--brand: #ced2db;
--brand-ink: #000000;
}Colors that work with #ced2db
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #ced2db
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #DBD7CE | Directly opposite — maximum tension | |
| Analogous left | #CED8DB | Neighbour, quieter | |
| Analogous right | #D0CEDB | Neighbour, quieter | |
| Split-complement 1 | #DBD0CE | Contrast without the clash | |
| Split-complement 2 | #D8DBCE | Contrast without the clash | |
| Triadic 1 | #DBCED2 | Even thirds — balanced and loud | |
| Triadic 2 | #D2DBCE | Even thirds — balanced and loud | |
| Tetradic | #DBCED8 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ced2db text on a black background
contrast 13.87:1
#ced2db text on a white background
contrast 1.51:1
CSS3 live lab
The quick brown fox
color: #ced2db;
background-color: #ced2db;
Glowing headline
text-shadow: 2px 2px 8px #ced2db;
Soft neon halo
text-shadow: 0 0 14px rgba(206, 210, 219, 0.45);
box-shadow: 0 12px 32px -8px rgba(206, 210, 219, 0.45);
border: 3px solid #ced2db; background: linear-gradient(135deg, #ced2db, #D3CEDB);
Monochromatic scale
Palettes built from #ced2db
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Gainsboro (#dcdcdc) — ΔE2000 5 away, with its history, psychology and brand usage.
#ced2db in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#ced2db, answered
What color is #ced2db?
#ced2db is a light soft blue, closest to Light Gray (ΔE2000 4.5). It sits at 222° on the hue wheel with 15% saturation and 83% lightness, which reads as cool.
What is the RGB value of #ced2db?
rgb(206, 210, 219) — 206 red, 210 green and 219 blue out of 255, or 80.8% / 82.4% / 85.9% by channel.
Is #ced2db a light or a dark color?
It is a light color. Relative luminance is 0.6433 and perceived brightness is 82%, so black text on it reaches 13.87:1.
Should I use black or white text on #ced2db?
Black. It scores 13.87:1 against #ced2db, versus 1.51:1 for white — AAA at any size.
What is the complementary color of #ced2db?
#DBD7CE sits directly opposite on the wheel. Softer options are the split-complements #DBD0CE and #D8DBCE, which give the same contrast with far less vibration.
What colors go well with #ced2db?
For interface work: #F6F7F9 as the surface, #D0D4DC for borders, #616C84 for secondary text, #7A6252 as an accent and #363C4A for hover and pressed states. For a palette, the analogous pair #CED8DB and #D0CEDB stays calm, while #DBD7CE is the loudest partner.
What is #ced2db in CMYK for printing?
cmyk(6%, 4%, 0%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ced2db warm or cool?
Cool — it scores 69 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CFCEDB; nudged cooler, #CDD4DC.