#C5AF50
A medium, moderate yellow closely aligning with Darkkhaki.
About #C5AF50
Visually, #C5AF50 is defined as a moderate yellow. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(197, 175, 80).
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 11% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5AF50
RGB197, 175, 80
HSL48.7°, 50.2%, 54.3%
CMYK0%, 11%, 59%, 23%
HSV48.7°, 59.4%, 77.3%
LAB71.6, -3.6, 50.6
XYZ39.8, 43.1, 13.8
Decimal12955472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.62:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5AF50;
}
.text-color {
color: #C5AF50;
}
.border-color {
border: 2px solid #C5AF50;
}