#C5AF6D
A light, moderate yellow closely aligning with Darkkhaki.
About #C5AF6D
The hex code #C5AF6D represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(197, 175, 109).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 11% magenta, 45% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5AF6D
RGB197, 175, 109
HSL45.0°, 43.1%, 60.0%
CMYK0%, 11%, 45%, 23%
HSV45.0°, 44.7%, 77.3%
LAB72.0, -1.1, 36.7
XYZ41.1, 43.6, 20.7
Decimal12955501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.73:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5AF6D;
}
.text-color {
color: #C5AF6D;
}
.border-color {
border: 2px solid #C5AF6D;
}