#AFAF7C
A medium, muted yellow closely aligning with Darkkhaki.
About #AFAF7C
At its core, #AFAF7C is a medium and muted hue. Designers often compare it to the standard color Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 175, and 124.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 0% M, 29% Y, and 31% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFAF7C
RGB175, 175, 124
HSL60.0°, 24.2%, 58.6%
CMYK0%, 0%, 29%, 31%
HSV60.0°, 29.1%, 68.6%
LAB70.3, -8.2, 26.2
XYZ36.6, 41.2, 25.1
Decimal11513724
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.25:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFAF7C;
}
.text-color {
color: #AFAF7C;
}
.border-color {
border: 2px solid #AFAF7C;
}