#AFB624
A medium, moderate yellow closely aligning with Yellowgreen.
About #AFB624
The hex code #AFB624 represents a beautifully specific shade of yellow. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(175, 182, 36).
If you are designing for print, the four-color process is what matters most. The color uses 4% Cyan, 0% Magenta, 80% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFB624
RGB175, 182, 36
HSL62.9°, 67.0%, 42.7%
CMYK4%, 0%, 80%, 29%
HSV62.9°, 80.2%, 71.4%
LAB71.3, -19.1, 66.6
XYZ34.7, 42.7, 8.1
Decimal11515428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.54:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFB624;
}
.text-color {
color: #AFB624;
}
.border-color {
border: 2px solid #AFB624;
}