#58feaf
a light, electric green · cool · closest name: aquamarine
RGB
88, 254, 175
HSL
151°, 99%, 67%
CMYK
65, 0, 31, 0
Luminance
0.7605
Every format
| HEX | #58feaf |
| RGB | rgb(88, 254, 175) |
| HSL | hsl(151, 99%, 67%) |
| CMYK | cmyk(65%, 0%, 31%, 0%) |
| LAB | lab(89.9 -60.4 25.5) |
| LCH | lch(89.9 65.6 157.1) |
| OKLCH | oklch(0.892 0.177 158.6) |
Copy-ready code
/* CSS */
color: #58feaf;
background-color: #58feaf;
/* Tailwind (arbitrary) */
class="text-[#58feaf] bg-[#58feaf]"
/* SCSS */
$brand: #58feaf;
/* SwiftUI */
Color(red: 0.345, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#58feaf")Accessibility — WCAG contrast
Aa
#58feaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58feaf on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green99.6%
Blue68.6%
CMYK percentages
Cyan65.4%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#58feaf text on a black background
contrast 16.21:1
Card sample
#58feaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58feaf;
Background color
Panel with #58feaf background
background-color: #58feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58feaf; background: linear-gradient(135deg, #58feaf, #58DEFE);