#8eb232
a dark, vivid green · cool · closest name: olivedrab
RGB
142, 178, 50
HSL
77°, 56%, 45%
CMYK
20, 0, 72, 30
Luminance
0.3782
Every format
| HEX | #8eb232 |
| RGB | rgb(142, 178, 50) |
| HSL | hsl(77, 56%, 45%) |
| CMYK | cmyk(20%, 0%, 72%, 30%) |
| LAB | lab(67.9 -30.3 58.0) |
| LCH | lch(67.9 65.4 117.6) |
| OKLCH | oklch(0.713 0.157 124.1) |
Copy-ready code
/* CSS */
color: #8eb232;
background-color: #8eb232;
/* Tailwind (arbitrary) */
class="text-[#8eb232] bg-[#8eb232]"
/* SCSS */
$brand: #8eb232;
/* SwiftUI */
Color(red: 0.557, green: 0.698, blue: 0.196)
/* Android */
Color.parseColor("#8eb232")Accessibility — WCAG contrast
Aa
#8eb232 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb232 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.8%
Blue19.6%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow71.9%
Key (black)30.2%
Color previews
#8eb232 text on a black background
contrast 8.56:1
Card sample
#8eb232 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb232;
Background color
Panel with #8eb232 background
background-color: #8eb232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 178, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 178, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb232; background: linear-gradient(135deg, #8eb232, #39B232);