#CCD3CC
A very light, muted neutral closely aligning with Lightgray.
About #CCD3CC
When working with digital screens, the color #CCD3CC is rendered by mixing light. It is closely associated with the named CSS color Lightgray. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 211, and 204.
Translating this color to physical media requires the CMYK color model. The color uses 3% Cyan, 0% Magenta, 3% Yellow, and 17% Black. The HSL representation is 120.0° hue, 7.4% saturation, and 81.4% lightness.
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#CCD3CC
RGB204, 211, 204
HSL120.0°, 7.4%, 81.4%
CMYK3%, 0%, 3%, 17%
HSV120.0°, 3.3%, 82.7%
LAB83.9, -3.7, 2.6
XYZ59.1, 63.8, 66.3
Decimal13423564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.76:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCD3CC;
}
.text-color {
color: #CCD3CC;
}
.border-color {
border: 2px solid #CCD3CC;
}