#AFAF0F
A dark, vivid yellow closely aligning with Olive.
About #AFAF0F
At its core, #AFAF0F is a dark and vivid hue. Designers often compare it to the standard color Olive. In the RGB color space, it consists of 175 red, 175 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 0% magenta, 91% yellow, and 31% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFAF0F
RGB175, 175, 15
HSL60.0°, 84.2%, 37.3%
CMYK0%, 0%, 91%, 31%
HSV60.0°, 91.4%, 68.6%
LAB69.3, -16.1, 69.4
XYZ33.1, 39.8, 6.4
Decimal11513615
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: #AFAF0F;
}
.text-color {
color: #AFAF0F;
}
.border-color {
border: 2px solid #AFAF0F;
}