#CCD3C5
A very light, muted green closely aligning with Lightgray.
About #CCD3C5
Visually, #CCD3C5 is defined as a muted green. Its closest recognized web color is Lightgray. This translates to an RGB value of rgb(204, 211, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. The HSL representation is 90.0° hue, 13.7% saturation, and 80.0% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCD3C5
RGB204, 211, 197
HSL90.0°, 13.7%, 80.0%
CMYK3%, 0%, 7%, 17%
HSV90.0°, 6.6%, 82.7%
LAB83.7, -4.9, 6.1
XYZ58.3, 63.5, 62.0
Decimal13423557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.69:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCD3C5;
}
.text-color {
color: #CCD3C5;
}
.border-color {
border: 2px solid #CCD3C5;
}