#CCF0A8
A very light, vivid green closely aligning with Palegoldenrod.
About #CCF0A8
The precise color #CCF0A8 is an excellent choice for modern design projects. Designers often compare it to the standard color Palegoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 240, and 168.
If you are designing for print, the four-color process is what matters most. The color uses 15% Cyan, 0% Magenta, 30% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCF0A8
RGB204, 240, 168
HSL90.0°, 70.6%, 80.0%
CMYK15%, 0%, 30%, 6%
HSV90.0°, 30.0%, 94.1%
LAB90.8, -24.0, 31.1
XYZ63.1, 78.0, 48.8
Decimal13430952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.60:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF0A8;
}
.text-color {
color: #CCF0A8;
}
.border-color {
border: 2px solid #CCF0A8;
}