#58f358
a balanced, electric green · cool · closest name: lime
RGB
88, 243, 88
HSL
120°, 87%, 65%
CMYK
64, 0, 64, 5
Luminance
0.6688
Every format
| HEX | #58f358 |
| RGB | rgb(88, 243, 88) |
| HSL | hsl(120, 87%, 65%) |
| CMYK | cmyk(64%, 0%, 64%, 5%) |
| LAB | lab(85.4 -69.4 60.9) |
| LCH | lch(85.4 92.4 138.7) |
| OKLCH | oklch(0.851 0.236 143.2) |
Copy-ready code
/* CSS */
color: #58f358;
background-color: #58f358;
/* Tailwind (arbitrary) */
class="text-[#58f358] bg-[#58f358]"
/* SCSS */
$brand: #58f358;
/* SwiftUI */
Color(red: 0.345, green: 0.953, blue: 0.345)
/* Android */
Color.parseColor("#58f358")Accessibility — WCAG contrast
Aa
#58f358 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58f358 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green95.3%
Blue34.5%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow63.8%
Key (black)4.7%
Color previews
#58f358 text on a black background
contrast 14.38:1
Card sample
#58f358 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58f358;
Background color
Panel with #58f358 background
background-color: #58f358;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58f358;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 243, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 243, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58f358; background: linear-gradient(135deg, #58f358, #58F3BF);