#8ee821
a balanced, electric green · cool · closest name: lime
RGB
142, 232, 33
HSL
87°, 81%, 52%
CMYK
39, 0, 86, 9
Luminance
0.6357
Every format
| HEX | #8ee821 |
| RGB | rgb(142, 232, 33) |
| HSL | hsl(87, 81%, 52%) |
| CMYK | cmyk(39%, 0%, 86%, 9%) |
| LAB | lab(83.7 -54.3 77.2) |
| LCH | lch(83.7 94.4 125.1) |
| OKLCH | oklch(0.842 0.228 132.6) |
Copy-ready code
/* CSS */
color: #8ee821;
background-color: #8ee821;
/* Tailwind (arbitrary) */
class="text-[#8ee821] bg-[#8ee821]"
/* SCSS */
$brand: #8ee821;
/* SwiftUI */
Color(red: 0.557, green: 0.910, blue: 0.129)
/* Android */
Color.parseColor("#8ee821")Accessibility — WCAG contrast
Aa
#8ee821 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ee821 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green91.0%
Blue12.9%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow85.8%
Key (black)9.0%
Color previews
#8ee821 text on a black background
contrast 13.71:1
Card sample
#8ee821 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ee821;
Background color
Panel with #8ee821 background
background-color: #8ee821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ee821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 232, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 232, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ee821; background: linear-gradient(135deg, #8ee821, #21E839);