#58e2ab
a balanced, vivid green · cool · closest name: aquamarine
RGB
88, 226, 171
HSL
156°, 70%, 62%
CMYK
61, 0, 24, 11
Luminance
0.5941
Every format
| HEX | #58e2ab |
| RGB | rgb(88, 226, 171) |
| HSL | hsl(156, 70%, 62%) |
| CMYK | cmyk(61%, 0%, 24%, 11%) |
| LAB | lab(81.5 -50.1 16.0) |
| LCH | lch(81.5 52.6 162.3) |
| OKLCH | oklch(0.823 0.144 163.6) |
Copy-ready code
/* CSS */
color: #58e2ab;
background-color: #58e2ab;
/* Tailwind (arbitrary) */
class="text-[#58e2ab] bg-[#58e2ab]"
/* SCSS */
$brand: #58e2ab;
/* SwiftUI */
Color(red: 0.345, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#58e2ab")Accessibility — WCAG contrast
Aa
#58e2ab on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58e2ab on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green88.6%
Blue67.1%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#58e2ab text on a black background
contrast 12.88:1
Card sample
#58e2ab text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58e2ab;
Background color
Panel with #58e2ab background
background-color: #58e2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58e2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58e2ab; background: linear-gradient(135deg, #58e2ab, #58BDE2);