#AFAF24
A medium, moderate yellow closely aligning with Olive.
About #AFAF24
Visually, #AFAF24 is defined as a moderate yellow. Its closest recognized web color is Olive. This translates to an RGB value of rgb(175, 175, 36).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 0% M, 79% Y, and 31% K. The HSL representation is 60.0° hue, 65.9% saturation, and 41.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFAF24
RGB175, 175, 36
HSL60.0°, 65.9%, 41.4%
CMYK0%, 0%, 79%, 31%
HSV60.0°, 79.4%, 68.6%
LAB69.4, -15.5, 64.8
XYZ33.3, 39.9, 7.6
Decimal11513636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.98:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFAF24;
}
.text-color {
color: #AFAF24;
}
.border-color {
border: 2px solid #AFAF24;
}