#AFAF07
A dark, vivid yellow closely aligning with Olive.
About #AFAF07
Visually, #AFAF07 is defined as a vivid yellow. Designers often compare it to the standard color Olive. This translates to an RGB value of rgb(175, 175, 7).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 0% M, 96% Y, and 31% K. The HSL representation is 60.0° hue, 92.3% saturation, and 35.7% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFAF07
RGB175, 175, 7
HSL60.0°, 92.3%, 35.7%
CMYK0%, 0%, 96%, 31%
HSV60.0°, 96.0%, 68.6%
LAB69.3, -16.2, 70.4
XYZ33.0, 39.8, 6.1
Decimal11513607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.96: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: #AFAF07;
}
.text-color {
color: #AFAF07;
}
.border-color {
border: 2px solid #AFAF07;
}