#AFBD66
A medium, moderate yellow closely aligning with Darkkhaki.
About #AFBD66
Visually, #AFBD66 is defined as a moderate yellow. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 175 red, 189 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 7% cyan, 0% magenta, 46% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFBD66
RGB175, 189, 102
HSL69.7°, 39.7%, 57.1%
CMYK7%, 0%, 46%, 26%
HSV69.7°, 46.0%, 74.1%
LAB73.8, -18.0, 42.1
XYZ38.3, 46.5, 19.5
Decimal11517286
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.29:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBD66;
}
.text-color {
color: #AFBD66;
}
.border-color {
border: 2px solid #AFBD66;
}