#8A8300
A dark, vivid yellow closely aligning with Olive.
About #8A8300
When working with digital screens, the color #8A8300 is rendered by mixing light. Its closest recognized web color is Olive. This translates to an RGB value of rgb(138, 131, 0).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 5% magenta, 100% yellow, and 46% black. The HSL representation is 57.0° hue, 100.0% saturation, and 27.1% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A8300
RGB138, 131, 0
HSL57.0°, 100.0%, 27.1%
CMYK0%, 5%, 100%, 46%
HSV57.0°, 100.0%, 54.1%
LAB53.6, -9.9, 58.4
XYZ18.6, 21.6, 3.2
Decimal9077504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.33:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A8300;
}
.text-color {
color: #8A8300;
}
.border-color {
border: 2px solid #8A8300;
}