#AFAF16
A dark, vivid yellow closely aligning with Olive.
About #AFAF16
Visually, #AFAF16 is defined as a vivid yellow. Designers often compare it to the standard color Olive. Its digital footprint relies on 175 parts red, 175 parts green, and 22 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 87% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
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#AFAF16
RGB175, 175, 22
HSL60.0°, 77.7%, 38.6%
CMYK0%, 0%, 87%, 31%
HSV60.0°, 87.4%, 68.6%
LAB69.3, -15.9, 68.2
XYZ33.2, 39.8, 6.7
Decimal11513622
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.97:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFAF16;
}
.text-color {
color: #AFAF16;
}
.border-color {
border: 2px solid #AFAF16;
}