#A8B67C
A light, muted yellow closely aligning with Darkkhaki.
About #A8B67C
The hex code #A8B67C represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 168 red, 182 green, and 124 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 8% C, 0% M, 32% Y, and 29% K. With a hue angle of 74.5 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8B67C
RGB168, 182, 124
HSL74.5°, 28.4%, 60.0%
CMYK8%, 0%, 32%, 29%
HSV74.5°, 31.9%, 71.4%
LAB71.7, -14.6, 28.0
XYZ36.5, 43.2, 25.5
Decimal11056764
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.65:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8B67C;
}
.text-color {
color: #A8B67C;
}
.border-color {
border: 2px solid #A8B67C;
}