#8eb30f
a dark, electric green · cool · closest name: olivedrab
RGB
142, 179, 15
HSL
74°, 85%, 38%
CMYK
21, 0, 92, 30
Luminance
0.3803
Every format
| HEX | #8eb30f |
| RGB | rgb(142, 179, 15) |
| HSL | hsl(74, 85%, 38%) |
| CMYK | cmyk(21%, 0%, 92%, 30%) |
| LAB | lab(68.0 -32.1 67.3) |
| LCH | lch(68.0 74.6 115.5) |
| OKLCH | oklch(0.714 0.173 123.4) |
Copy-ready code
/* CSS */
color: #8eb30f;
background-color: #8eb30f;
/* Tailwind (arbitrary) */
class="text-[#8eb30f] bg-[#8eb30f]"
/* SCSS */
$brand: #8eb30f;
/* SwiftUI */
Color(red: 0.557, green: 0.702, blue: 0.059)
/* Android */
Color.parseColor("#8eb30f")Accessibility — WCAG contrast
Aa
#8eb30f on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb30f on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.2%
Blue5.9%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow91.6%
Key (black)29.8%
Color previews
#8eb30f text on a black background
contrast 8.61:1
Card sample
#8eb30f text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb30f;
Background color
Panel with #8eb30f background
background-color: #8eb30f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb30f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 179, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 179, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb30f; background: linear-gradient(135deg, #8eb30f, #21B30F);