#CCF0BD
A very light, moderate green closely aligning with Lightgoldenrodyellow.
About #CCF0BD
The precise color #CCF0BD is an excellent choice for modern design projects. Its closest recognized web color is Lightgoldenrodyellow. This translates to an RGB value of rgb(204, 240, 189).
Translating this color to physical media requires the CMYK color model. The color uses 15% Cyan, 0% Magenta, 21% Yellow, and 6% Black. With a hue angle of 102.4 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCF0BD
RGB204, 240, 189
HSL102.4°, 63.0%, 84.1%
CMYK15%, 0%, 21%, 6%
HSV102.4°, 21.2%, 94.1%
LAB91.2, -20.8, 20.9
XYZ65.2, 78.8, 59.9
Decimal13430973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.77:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF0BD;
}
.text-color {
color: #CCF0BD;
}
.border-color {
border: 2px solid #CCF0BD;
}