#CCF88A
A light, vivid green closely aligning with Palegreen.
About #CCF88A
The hex code #CCF88A represents a beautifully specific shade of green. Designers often compare it to the standard color Palegreen. This translates to an RGB value of rgb(204, 248, 138).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 18% cyan, 0% magenta, 44% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCF88A
RGB204, 248, 138
HSL84.0°, 88.7%, 75.7%
CMYK18%, 0%, 44%, 3%
HSV84.0°, 44.4%, 97.3%
LAB92.5, -31.5, 48.1
XYZ63.1, 81.8, 36.5
Decimal13432970
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.36:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF88A;
}
.text-color {
color: #CCF88A;
}
.border-color {
border: 2px solid #CCF88A;
}