#8eb402
a dark, electric green · cool · closest name: olivedrab
RGB
142, 180, 2
HSL
73°, 98%, 36%
CMYK
21, 0, 99, 29
Luminance
0.3840
Every format
| HEX | #8eb402 |
| RGB | rgb(142, 180, 2) |
| HSL | hsl(73, 98%, 36%) |
| CMYK | cmyk(21%, 0%, 99%, 29%) |
| LAB | lab(68.3 -32.8 69.2) |
| LCH | lch(68.3 76.5 115.3) |
| OKLCH | oklch(0.716 0.176 123.5) |
Copy-ready code
/* CSS */
color: #8eb402;
background-color: #8eb402;
/* Tailwind (arbitrary) */
class="text-[#8eb402] bg-[#8eb402]"
/* SCSS */
$brand: #8eb402;
/* SwiftUI */
Color(red: 0.557, green: 0.706, blue: 0.008)
/* Android */
Color.parseColor("#8eb402")Accessibility — WCAG contrast
Aa
#8eb402 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb402 on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.6%
Blue0.8%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow98.9%
Key (black)29.4%
Color previews
#8eb402 text on a black background
contrast 8.68:1
Card sample
#8eb402 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb402;
Background color
Panel with #8eb402 background
background-color: #8eb402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 180, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 180, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb402; background: linear-gradient(135deg, #8eb402, #17B402);