#8ba511
a dark, electric green · cool · closest name: olivedrab
RGB
139, 165, 17
HSL
71°, 81%, 36%
CMYK
16, 0, 90, 35
Luminance
0.3244
Every format
| HEX | #8ba511 |
| RGB | rgb(139, 165, 17) |
| HSL | hsl(71, 81%, 36%) |
| CMYK | cmyk(16%, 0%, 90%, 35%) |
| LAB | lab(63.7 -26.6 63.4) |
| LCH | lch(63.7 68.8 112.8) |
| OKLCH | oklch(0.678 0.158 120.5) |
Copy-ready code
/* CSS */
color: #8ba511;
background-color: #8ba511;
/* Tailwind (arbitrary) */
class="text-[#8ba511] bg-[#8ba511]"
/* SCSS */
$brand: #8ba511;
/* SwiftUI */
Color(red: 0.545, green: 0.647, blue: 0.067)
/* Android */
Color.parseColor("#8ba511")Accessibility — WCAG contrast
Aa
#8ba511 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ba511 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green64.7%
Blue6.7%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow89.7%
Key (black)35.3%
Color previews
#8ba511 text on a black background
contrast 7.49:1
Card sample
#8ba511 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ba511;
Background color
Panel with #8ba511 background
background-color: #8ba511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ba511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 165, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 165, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ba511; background: linear-gradient(135deg, #8ba511, #28A511);