#58ffba
a light, electric green · cool · closest name: aquamarine
RGB
88, 255, 186
HSL
155°, 100%, 67%
CMYK
66, 0, 27, 0
Luminance
0.7714
Every format
| HEX | #58ffba |
| RGB | rgb(88, 255, 186) |
| HSL | hsl(155, 100%, 67%) |
| CMYK | cmyk(66%, 0%, 27%, 0%) |
| LAB | lab(90.4 -58.6 20.6) |
| LCH | lch(90.4 62.1 160.7) |
| OKLCH | oklch(0.897 0.169 161.9) |
Copy-ready code
/* CSS */
color: #58ffba;
background-color: #58ffba;
/* Tailwind (arbitrary) */
class="text-[#58ffba] bg-[#58ffba]"
/* SCSS */
$brand: #58ffba;
/* SwiftUI */
Color(red: 0.345, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#58ffba")Accessibility — WCAG contrast
Aa
#58ffba on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58ffba on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green100.0%
Blue72.9%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#58ffba text on a black background
contrast 16.43:1
Card sample
#58ffba text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58ffba;
Background color
Panel with #58ffba background
background-color: #58ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58ffba; background: linear-gradient(135deg, #58ffba, #58D5FF);