#8A7C24
A dark, moderate yellow closely aligning with Olive.
About #8A7C24
Visually, #8A7C24 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Olive. In the RGB color space, it consists of 138 red, 124 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 10% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A7C24
RGB138, 124, 36
HSL51.8°, 58.6%, 34.1%
CMYK0%, 10%, 74%, 46%
HSV51.8°, 73.9%, 54.1%
LAB51.8, -5.0, 47.4
XYZ18.0, 19.9, 4.6
Decimal9075748
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A7C24;
}
.text-color {
color: #8A7C24;
}
.border-color {
border: 2px solid #8A7C24;
}