#8A9250
A medium, muted yellow closely aligning with Darkkhaki.
About #8A9250
The precise color #8A9250 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(138, 146, 80).
For print applications, it's crucial to understand its CMYK makeup. The color uses 5% Cyan, 0% Magenta, 45% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A9250
RGB138, 146, 80
HSL67.3°, 29.2%, 44.3%
CMYK5%, 0%, 45%, 43%
HSV67.3°, 45.2%, 57.3%
LAB58.5, -13.4, 33.9
XYZ22.2, 26.5, 11.5
Decimal9081424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.33:1
Text on #FFFFFF
AA Large
6.31:1
Text on #000000
AA
3.18:1
Text on #F8FAFC
AA Large
5.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A9250;
}
.text-color {
color: #8A9250;
}
.border-color {
border: 2px solid #8A9250;
}