#CCD3D3
A very light, muted neutral closely aligning with Lightgray.
About #CCD3D3
When working with digital screens, the color #CCD3D3 is rendered by mixing light. It is closely associated with the named CSS color Lightgray. This translates to an RGB value of rgb(204, 211, 211).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 3% C, 0% M, 0% Y, and 17% K. With a hue angle of 180.0 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCD3D3
RGB204, 211, 211
HSL180.0°, 7.4%, 81.4%
CMYK3%, 0%, 0%, 17%
HSV180.0°, 3.3%, 82.7%
LAB84.0, -2.4, -0.8
XYZ60.0, 64.1, 70.8
Decimal13423571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.83:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCD3D3;
}
.text-color {
color: #CCD3D3;
}
.border-color {
border: 2px solid #CCD3D3;
}