#A8B66D
A medium, moderate yellow closely aligning with Darkkhaki.
About #A8B66D
At its core, #A8B66D is a medium and moderate hue. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(168, 182, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 8% Cyan, 0% Magenta, 40% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium 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#A8B66D
RGB168, 182, 109
HSL71.5°, 33.3%, 57.1%
CMYK8%, 0%, 40%, 29%
HSV71.5°, 40.1%, 71.4%
LAB71.5, -16.5, 35.5
XYZ35.6, 42.9, 20.9
Decimal11056749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.58:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8B66D;
}
.text-color {
color: #A8B66D;
}
.border-color {
border: 2px solid #A8B66D;
}