#8eb532
a balanced, vivid green · cool · closest name: olivedrab
RGB
142, 181, 50
HSL
78°, 57%, 45%
CMYK
22, 0, 72, 29
Luminance
0.3903
Every format
| HEX | #8eb532 |
| RGB | rgb(142, 181, 50) |
| HSL | hsl(78, 57%, 45%) |
| CMYK | cmyk(22%, 0%, 72%, 29%) |
| LAB | lab(68.8 -31.7 58.8) |
| LCH | lch(68.8 66.8 118.3) |
| OKLCH | oklch(0.720 0.160 124.9) |
Copy-ready code
/* CSS */
color: #8eb532;
background-color: #8eb532;
/* Tailwind (arbitrary) */
class="text-[#8eb532] bg-[#8eb532]"
/* SCSS */
$brand: #8eb532;
/* SwiftUI */
Color(red: 0.557, green: 0.710, blue: 0.196)
/* Android */
Color.parseColor("#8eb532")Accessibility — WCAG contrast
Aa
#8eb532 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb532 on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.0%
Blue19.6%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow72.4%
Key (black)29.0%
Color previews
#8eb532 text on a black background
contrast 8.81:1
Card sample
#8eb532 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb532;
Background color
Panel with #8eb532 background
background-color: #8eb532;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb532;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 181, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 181, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb532; background: linear-gradient(135deg, #8eb532, #37B532);