#58f39c
a balanced, electric green · cool · closest name: aquamarine
RGB
88, 243, 156
HSL
146°, 87%, 65%
CMYK
64, 0, 36, 5
Luminance
0.6858
Every format
| HEX | #58f39c |
| RGB | rgb(88, 243, 156) |
| HSL | hsl(146, 87%, 65%) |
| CMYK | cmyk(64%, 0%, 36%, 5%) |
| LAB | lab(86.3 -59.9 30.2) |
| LCH | lch(86.3 67.1 153.2) |
| OKLCH | oklch(0.861 0.179 154.9) |
Copy-ready code
/* CSS */
color: #58f39c;
background-color: #58f39c;
/* Tailwind (arbitrary) */
class="text-[#58f39c] bg-[#58f39c]"
/* SCSS */
$brand: #58f39c;
/* SwiftUI */
Color(red: 0.345, green: 0.953, blue: 0.612)
/* Android */
Color.parseColor("#58f39c")Accessibility — WCAG contrast
Aa
#58f39c on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58f39c on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green95.3%
Blue61.2%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow35.8%
Key (black)4.7%
Color previews
#58f39c text on a black background
contrast 14.72:1
Card sample
#58f39c text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58f39c;
Background color
Panel with #58f39c background
background-color: #58f39c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58f39c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 243, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 243, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58f39c; background: linear-gradient(135deg, #58f39c, #58E3F3);