#AFBD50
A medium, moderate yellow closely aligning with Darkkhaki.
About #AFBD50
When working with digital screens, the color #AFBD50 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkkhaki. This translates to an RGB value of rgb(175, 189, 80).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 7% cyan, 0% magenta, 58% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFBD50
RGB175, 189, 80
HSL67.7°, 45.2%, 52.7%
CMYK7%, 0%, 58%, 26%
HSV67.7°, 57.7%, 74.1%
LAB73.6, -20.1, 52.3
XYZ37.3, 46.1, 14.5
Decimal11517264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.22:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBD50;
}
.text-color {
color: #AFBD50;
}
.border-color {
border: 2px solid #AFBD50;
}