#8a993d
a dark, soft yellow · cool · closest name: olivedrab
RGB
138, 153, 61
HSL
70°, 43%, 42%
CMYK
10, 0, 60, 40
Luminance
0.2852
Every format
| HEX | #8a993d |
| RGB | rgb(138, 153, 61) |
| HSL | hsl(70, 43%, 42%) |
| CMYK | cmyk(10%, 0%, 60%, 40%) |
| LAB | lab(60.4 -18.8 45.4) |
| LCH | lch(60.4 49.2 112.5) |
| OKLCH | oklch(0.652 0.118 117.6) |
Copy-ready code
/* CSS */
color: #8a993d;
background-color: #8a993d;
/* Tailwind (arbitrary) */
class="text-[#8a993d] bg-[#8a993d]"
/* SCSS */
$brand: #8a993d;
/* SwiftUI */
Color(red: 0.541, green: 0.600, blue: 0.239)
/* Android */
Color.parseColor("#8a993d")Accessibility — WCAG contrast
Aa
#8a993d on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8a993d on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green60.0%
Blue23.9%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow60.1%
Key (black)40.0%
Color previews
#8a993d text on a black background
contrast 6.70:1
Card sample
#8a993d text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a993d;
Background color
Panel with #8a993d background
background-color: #8a993d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a993d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 153, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 153, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a993d; background: linear-gradient(135deg, #8a993d, #4D993D);