#CCFFAF
A very light, vivid green closely aligning with Lightgreen.
About #CCFFAF
The hex code #CCFFAF represents a beautifully specific shade of green. Designers often compare it to the standard color Lightgreen. Its digital footprint relies on 204 parts red, 255 parts green, and 175 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 20% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCFFAF
RGB204, 255, 175
HSL98.2°, 100.0%, 84.3%
CMYK20%, 0%, 31%, 0%
HSV98.2°, 31.4%, 100.0%
LAB94.9, -30.1, 33.1
XYZ68.4, 87.5, 53.8
Decimal13434799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.49:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFFAF;
}
.text-color {
color: #CCFFAF;
}
.border-color {
border: 2px solid #CCFFAF;
}