#AFAF75
A medium, muted yellow closely aligning with Darkkhaki.
About #AFAF75
When working with digital screens, the color #AFAF75 is rendered by mixing light. Designers often compare it to the standard color Darkkhaki. This translates to an RGB value of rgb(175, 175, 117).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFAF75
RGB175, 175, 117
HSL60.0°, 26.6%, 57.3%
CMYK0%, 0%, 33%, 31%
HSV60.0°, 33.1%, 68.6%
LAB70.2, -9.1, 29.8
XYZ36.2, 41.1, 22.8
Decimal11513717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.21:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFAF75;
}
.text-color {
color: #AFAF75;
}
.border-color {
border: 2px solid #AFAF75;
}