#8A830F
A dark, vivid yellow closely aligning with Olive.
About #8A830F
The hex code #8A830F represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(138, 131, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 5% Magenta, 89% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A830F
RGB138, 131, 15
HSL56.6°, 80.4%, 30.0%
CMYK0%, 5%, 89%, 46%
HSV56.6°, 89.1%, 54.1%
LAB53.7, -9.6, 55.6
XYZ18.7, 21.7, 3.6
Decimal9077519
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.76:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A830F;
}
.text-color {
color: #8A830F;
}
.border-color {
border: 2px solid #8A830F;
}