#AFAF99
A light, muted yellow closely aligning with Darkgray.
About #AFAF99
At its core, #AFAF99 is a light and muted hue. Its closest recognized web color is Darkgray. Its digital footprint relies on 175 parts red, 175 parts green, and 153 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 0% Magenta, 13% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFAF99
RGB175, 175, 153
HSL60.0°, 12.1%, 64.3%
CMYK0%, 0%, 13%, 31%
HSV60.0°, 12.6%, 68.6%
LAB70.9, -3.9, 11.3
XYZ38.8, 42.1, 36.2
Decimal11513753
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.41:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFAF99;
}
.text-color {
color: #AFAF99;
}
.border-color {
border: 2px solid #AFAF99;
}