#C5C57C
A light, moderate yellow closely aligning with Darkkhaki.
About #C5C57C
Visually, #C5C57C is defined as a moderate yellow. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 197 red, 197 green, and 124 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. The HSL representation is 60.0° hue, 38.6% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5C57C
RGB197, 197, 124
HSL60.0°, 38.6%, 62.9%
CMYK0%, 0%, 37%, 23%
HSV60.0°, 37.1%, 77.3%
LAB78.0, -10.9, 36.6
XYZ46.6, 53.3, 26.9
Decimal12961148
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.65:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5C57C;
}
.text-color {
color: #C5C57C;
}
.border-color {
border: 2px solid #C5C57C;
}