#CCD3DB
A very light, muted blue closely aligning with Lightgray.
About #CCD3DB
The hex code #CCD3DB represents a beautifully specific shade of blue. Its closest recognized web color is Lightgray. In the RGB color space, it consists of 204 red, 211 green, and 219 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 7% cyan, 4% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCD3DB
RGB204, 211, 219
HSL212.0°, 17.2%, 82.9%
CMYK7%, 4%, 0%, 14%
HSV212.0°, 6.8%, 85.9%
LAB84.2, -0.9, -4.8
XYZ61.0, 64.5, 76.3
Decimal13423579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.91:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCD3DB;
}
.text-color {
color: #CCD3DB;
}
.border-color {
border: 2px solid #CCD3DB;
}