#C5DB66
A light, moderate yellow closely aligning with Khaki.
About #C5DB66
At its core, #C5DB66 is a light and moderate hue. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(197, 219, 102).
If you are designing for print, the four-color process is what matters most. The color uses 10% Cyan, 0% Magenta, 53% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5DB66
RGB197, 219, 102
HSL71.3°, 61.9%, 62.9%
CMYK10%, 0%, 53%, 14%
HSV71.3°, 53.4%, 85.9%
LAB83.7, -24.1, 54.3
XYZ50.8, 63.5, 22.2
Decimal12966758
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.70:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DB66;
}
.text-color {
color: #C5DB66;
}
.border-color {
border: 2px solid #C5DB66;
}