#A8A807
A dark, vivid yellow closely aligning with Olive.
About #A8A807
When working with digital screens, the color #A8A807 is rendered by mixing light. Its closest recognized web color is Olive. This translates to an RGB value of rgb(168, 168, 7).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 0% Magenta, 96% Yellow, and 34% Black. The HSL representation is 60.0° hue, 92.0% saturation, and 34.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#A8A807
RGB168, 168, 7
HSL60.0°, 92.0%, 34.3%
CMYK0%, 0%, 96%, 34%
HSV60.0°, 95.8%, 65.9%
LAB66.8, -15.7, 68.2
XYZ30.2, 36.3, 5.6
Decimal11053063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.27:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8A807;
}
.text-color {
color: #A8A807;
}
.border-color {
border: 2px solid #A8A807;
}