#AFB607
A dark, vivid yellow closely aligning with Yellowgreen.
About #AFB607
Visually, #AFB607 is defined as a vivid yellow. Designers often compare it to the standard color Yellowgreen. Its digital footprint relies on 175 parts red, 182 parts green, and 7 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 4% C, 0% M, 96% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark 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#AFB607
RGB175, 182, 7
HSL62.4°, 92.6%, 37.1%
CMYK4%, 0%, 96%, 29%
HSV62.4°, 96.2%, 71.4%
LAB71.3, -19.7, 71.9
XYZ34.4, 42.6, 6.6
Decimal11515399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.52:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFB607;
}
.text-color {
color: #AFB607;
}
.border-color {
border: 2px solid #AFB607;
}