#CCF08A
A light, vivid green closely aligning with Khaki.
About #CCF08A
The precise color #CCF08A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(204, 240, 138).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 15% C, 0% M, 43% Y, and 6% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCF08A
RGB204, 240, 138
HSL81.2°, 77.3%, 74.1%
CMYK15%, 0%, 43%, 6%
HSV81.2°, 42.5%, 94.1%
LAB90.3, -27.8, 45.4
XYZ60.6, 77.0, 35.7
Decimal13430922
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.40:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF08A;
}
.text-color {
color: #CCF08A;
}
.border-color {
border: 2px solid #CCF08A;
}