#CCF083
A light, vivid green closely aligning with Khaki.
About #CCF083
Visually, #CCF083 is defined as a vivid green. Designers often compare it to the standard color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 240, and 131.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 15% 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. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCF083
RGB204, 240, 131
HSL79.8°, 78.4%, 72.7%
CMYK15%, 0%, 45%, 6%
HSV79.8°, 45.4%, 94.1%
LAB90.2, -28.6, 48.6
XYZ60.2, 76.8, 33.1
Decimal13430915
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.36:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF083;
}
.text-color {
color: #CCF083;
}
.border-color {
border: 2px solid #CCF083;
}