#C5DB7C
A light, moderate yellow closely aligning with Khaki.
About #C5DB7C
The hex code #C5DB7C represents a beautifully specific shade of yellow. Its closest recognized web color is Khaki. In the RGB color space, it consists of 197 red, 219 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 10% cyan, 0% magenta, 43% yellow, and 14% black. The HSL representation is 73.9° hue, 56.9% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5DB7C
RGB197, 219, 124
HSL73.9°, 56.9%, 67.3%
CMYK10%, 0%, 43%, 14%
HSV73.9°, 43.4%, 85.9%
LAB84.0, -21.9, 44.1
XYZ52.0, 64.0, 28.7
Decimal12966780
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.80:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DB7C;
}
.text-color {
color: #C5DB7C;
}
.border-color {
border: 2px solid #C5DB7C;
}