#8eb51f
a dark, vivid green · cool · closest name: olivedrab
RGB
142, 181, 31
HSL
76°, 71%, 42%
CMYK
22, 0, 83, 29
Luminance
0.3890
Every format
| HEX | #8eb51f |
| RGB | rgb(142, 181, 31) |
| HSL | hsl(76, 71%, 42%) |
| CMYK | cmyk(22%, 0%, 83%, 29%) |
| LAB | lab(68.7 -32.6 64.6) |
| LCH | lch(68.7 72.4 116.8) |
| OKLCH | oklch(0.719 0.170 124.2) |
Copy-ready code
/* CSS */
color: #8eb51f;
background-color: #8eb51f;
/* Tailwind (arbitrary) */
class="text-[#8eb51f] bg-[#8eb51f]"
/* SCSS */
$brand: #8eb51f;
/* SwiftUI */
Color(red: 0.557, green: 0.710, blue: 0.122)
/* Android */
Color.parseColor("#8eb51f")Accessibility — WCAG contrast
Aa
#8eb51f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb51f on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.0%
Blue12.2%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow82.9%
Key (black)29.0%
Color previews
#8eb51f text on a black background
contrast 8.78:1
Card sample
#8eb51f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb51f;
Background color
Panel with #8eb51f background
background-color: #8eb51f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb51f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 181, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 181, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb51f; background: linear-gradient(135deg, #8eb51f, #2AB51F);