#8efc21
a balanced, electric green · cool · closest name: lime
RGB
142, 252, 33
HSL
90°, 97%, 56%
CMYK
44, 0, 87, 1
Luminance
0.7548
Every format
| HEX | #8efc21 |
| RGB | rgb(142, 252, 33) |
| HSL | hsl(90, 97%, 56%) |
| CMYK | cmyk(44%, 0%, 87%, 1%) |
| LAB | lab(89.6 -62.0 82.2) |
| LCH | lch(89.6 103.0 127.0) |
| OKLCH | oklch(0.890 0.250 134.4) |
Copy-ready code
/* CSS */
color: #8efc21;
background-color: #8efc21;
/* Tailwind (arbitrary) */
class="text-[#8efc21] bg-[#8efc21]"
/* SCSS */
$brand: #8efc21;
/* SwiftUI */
Color(red: 0.557, green: 0.988, blue: 0.129)
/* Android */
Color.parseColor("#8efc21")Accessibility — WCAG contrast
Aa
#8efc21 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8efc21 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green98.8%
Blue12.9%
CMYK percentages
Cyan43.7%
Magenta0.0%
Yellow86.9%
Key (black)1.2%
Color previews
#8efc21 text on a black background
contrast 16.10:1
Card sample
#8efc21 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8efc21;
Background color
Panel with #8efc21 background
background-color: #8efc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8efc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 252, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 252, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8efc21; background: linear-gradient(135deg, #8efc21, #21FC46);