#8eb539
a balanced, vivid green · cool · closest name: olivedrab
RGB
142, 181, 57
HSL
79°, 52%, 47%
CMYK
22, 0, 69, 29
Luminance
0.3909
Every format
| HEX | #8eb539 |
| RGB | rgb(142, 181, 57) |
| HSL | hsl(79, 52%, 47%) |
| CMYK | cmyk(22%, 0%, 69%, 29%) |
| LAB | lab(68.8 -31.3 56.3) |
| LCH | lch(68.8 64.3 119.1) |
| OKLCH | oklch(0.721 0.156 125.3) |
Copy-ready code
/* CSS */
color: #8eb539;
background-color: #8eb539;
/* Tailwind (arbitrary) */
class="text-[#8eb539] bg-[#8eb539]"
/* SCSS */
$brand: #8eb539;
/* SwiftUI */
Color(red: 0.557, green: 0.710, blue: 0.224)
/* Android */
Color.parseColor("#8eb539")Accessibility — WCAG contrast
Aa
#8eb539 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb539 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.0%
Blue22.4%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow68.5%
Key (black)29.0%
Color previews
#8eb539 text on a black background
contrast 8.82:1
Card sample
#8eb539 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb539;
Background color
Panel with #8eb539 background
background-color: #8eb539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 181, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 181, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb539; background: linear-gradient(135deg, #8eb539, #3BB539);