#C5E292
A light, moderate green closely aligning with Khaki.
About #C5E292
Visually, #C5E292 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(197, 226, 146).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 13% cyan, 0% magenta, 35% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5E292
RGB197, 226, 146
HSL81.7°, 58.0%, 72.9%
CMYK13%, 0%, 35%, 11%
HSV81.7°, 35.4%, 88.6%
LAB86.2, -22.7, 36.0
XYZ55.4, 68.3, 37.5
Decimal12968594
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.67:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5E292;
}
.text-color {
color: #C5E292;
}
.border-color {
border: 2px solid #C5E292;
}