#8A8A07
A dark, vivid yellow closely aligning with Olive.
About #8A8A07
When working with digital screens, the color #8A8A07 is rendered by mixing light. Its closest recognized web color is Olive. In the RGB color space, it consists of 138 red, 138 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 0% Magenta, 95% Yellow, and 46% Black. The HSL representation is 60.0° hue, 90.3% saturation, and 28.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A8A07
RGB138, 138, 7
HSL60.0°, 90.3%, 28.4%
CMYK0%, 0%, 95%, 46%
HSV60.0°, 94.9%, 54.1%
LAB55.7, -13.5, 58.7
XYZ19.6, 23.6, 3.7
Decimal9079303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.67:1
Text on #FFFFFF
AA Large
5.72:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A8A07;
}
.text-color {
color: #8A8A07;
}
.border-color {
border: 2px solid #8A8A07;
}