#C5E98A
A light, moderate green closely aligning with Khaki.
About #C5E98A
When working with digital screens, the color #C5E98A is rendered by mixing light. Its closest recognized web color is Khaki. In the RGB color space, it consists of 197 red, 233 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 15% cyan and 0% magenta inks. With a hue angle of 82.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5E98A
RGB197, 233, 138
HSL82.7°, 68.3%, 72.7%
CMYK15%, 0%, 41%, 9%
HSV82.7°, 40.8%, 91.4%
LAB88.0, -27.1, 42.3
XYZ56.8, 72.0, 34.9
Decimal12970378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.40:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5E98A;
}
.text-color {
color: #C5E98A;
}
.border-color {
border: 2px solid #C5E98A;
}