#58f38d
a balanced, electric green · cool · closest name: aquamarine
RGB
88, 243, 141
HSL
141°, 87%, 65%
CMYK
64, 0, 42, 5
Luminance
0.6810
Every format
| HEX | #58f38d |
| RGB | rgb(88, 243, 141) |
| HSL | hsl(141, 87%, 65%) |
| CMYK | cmyk(64%, 0%, 42%, 5%) |
| LAB | lab(86.0 -62.5 37.4) |
| LCH | lch(86.0 72.8 149.1) |
| OKLCH | oklch(0.859 0.192 151.3) |
Copy-ready code
/* CSS */
color: #58f38d;
background-color: #58f38d;
/* Tailwind (arbitrary) */
class="text-[#58f38d] bg-[#58f38d]"
/* SCSS */
$brand: #58f38d;
/* SwiftUI */
Color(red: 0.345, green: 0.953, blue: 0.553)
/* Android */
Color.parseColor("#58f38d")Accessibility — WCAG contrast
Aa
#58f38d on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58f38d on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green95.3%
Blue55.3%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow42.0%
Key (black)4.7%
Color previews
#58f38d text on a black background
contrast 14.62:1
Card sample
#58f38d text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58f38d;
Background color
Panel with #58f38d background
background-color: #58f38d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58f38d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 243, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 243, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58f38d; background: linear-gradient(135deg, #58f38d, #58F2F3);