#58e921
a balanced, electric green · cool · closest name: lime
RGB
88, 233, 33
HSL
104°, 82%, 52%
CMYK
62, 0, 86, 9
Luminance
0.6046
Every format
| HEX | #58e921 |
| RGB | rgb(88, 233, 33) |
| HSL | hsl(104, 82%, 52%) |
| CMYK | cmyk(62%, 0%, 86%, 9%) |
| LAB | lab(82.1 -69.8 75.0) |
| LCH | lch(82.1 102.5 133.0) |
| OKLCH | oklch(0.823 0.253 139.5) |
Copy-ready code
/* CSS */
color: #58e921;
background-color: #58e921;
/* Tailwind (arbitrary) */
class="text-[#58e921] bg-[#58e921]"
/* SCSS */
$brand: #58e921;
/* SwiftUI */
Color(red: 0.345, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#58e921")Accessibility — WCAG contrast
Aa
#58e921 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58e921 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green91.4%
Blue12.9%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow85.8%
Key (black)8.6%
Color previews
#58e921 text on a black background
contrast 13.09:1
Card sample
#58e921 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58e921;
Background color
Panel with #58e921 background
background-color: #58e921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58e921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58e921; background: linear-gradient(135deg, #58e921, #21E96F);