#8a992e
a dark, vivid yellow · cool · closest name: olivedrab
RGB
138, 153, 46
HSL
68°, 54%, 39%
CMYK
10, 0, 70, 40
Luminance
0.2838
Every format
| HEX | #8a992e |
| RGB | rgb(138, 153, 46) |
| HSL | hsl(68, 54%, 39%) |
| CMYK | cmyk(10%, 0%, 70%, 40%) |
| LAB | lab(60.2 -19.9 51.8) |
| LCH | lch(60.2 55.5 111.0) |
| OKLCH | oklch(0.650 0.130 117.1) |
Copy-ready code
/* CSS */
color: #8a992e;
background-color: #8a992e;
/* Tailwind (arbitrary) */
class="text-[#8a992e] bg-[#8a992e]"
/* SCSS */
$brand: #8a992e;
/* SwiftUI */
Color(red: 0.541, green: 0.600, blue: 0.180)
/* Android */
Color.parseColor("#8a992e")Accessibility — WCAG contrast
Aa
#8a992e on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8a992e on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green60.0%
Blue18.0%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow69.9%
Key (black)40.0%
Color previews
#8a992e text on a black background
contrast 6.68:1
Card sample
#8a992e text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a992e;
Background color
Panel with #8a992e background
background-color: #8a992e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a992e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 153, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 153, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a992e; background: linear-gradient(135deg, #8a992e, #43992E);