#8eb129
a dark, vivid green · cool · closest name: olivedrab
RGB
142, 177, 41
HSL
75°, 62%, 43%
CMYK
20, 0, 77, 31
Luminance
0.3736
Every format
| HEX | #8eb129 |
| RGB | rgb(142, 177, 41) |
| HSL | hsl(75, 62%, 43%) |
| CMYK | cmyk(20%, 0%, 77%, 31%) |
| LAB | lab(67.5 -30.3 60.7) |
| LCH | lch(67.5 67.9 116.5) |
| OKLCH | oklch(0.710 0.161 123.5) |
Copy-ready code
/* CSS */
color: #8eb129;
background-color: #8eb129;
/* Tailwind (arbitrary) */
class="text-[#8eb129] bg-[#8eb129]"
/* SCSS */
$brand: #8eb129;
/* SwiftUI */
Color(red: 0.557, green: 0.694, blue: 0.161)
/* Android */
Color.parseColor("#8eb129")Accessibility — WCAG contrast
Aa
#8eb129 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb129 on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.4%
Blue16.1%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow76.8%
Key (black)30.6%
Color previews
#8eb129 text on a black background
contrast 8.47:1
Card sample
#8eb129 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb129;
Background color
Panel with #8eb129 background
background-color: #8eb129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 177, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 177, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb129; background: linear-gradient(135deg, #8eb129, #33B129);