#CCDBAF
A light, moderate green closely aligning with Palegoldenrod.
About #CCDBAF
At its core, #CCDBAF is a light and moderate hue. If you're using CSS, you might find it aligns closely with Palegoldenrod. This translates to an RGB value of rgb(204, 219, 175).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCDBAF
RGB204, 219, 175
HSL80.5°, 37.9%, 77.3%
CMYK7%, 0%, 20%, 14%
HSV80.5°, 20.1%, 85.9%
LAB85.3, -12.6, 20.0
XYZ58.0, 66.6, 50.4
Decimal13425583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.32:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDBAF;
}
.text-color {
color: #CCDBAF;
}
.border-color {
border: 2px solid #CCDBAF;
}