#CCAF50
A medium, moderate yellow closely aligning with Darkkhaki.
About #CCAF50
The hex code #CCAF50 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Darkkhaki. In the RGB color space, it consists of 204 red, 175 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 14% Magenta, 61% Yellow, and 20% Black. With a hue angle of 46.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCAF50
RGB204, 175, 80
HSL46.0°, 54.9%, 55.7%
CMYK0%, 14%, 61%, 20%
HSV46.0°, 60.8%, 80.0%
LAB72.3, -0.6, 51.5
XYZ41.7, 44.1, 13.9
Decimal13414224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.82:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCAF50;
}
.text-color {
color: #CCAF50;
}
.border-color {
border: 2px solid #CCAF50;
}