#58fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
88, 251, 223
HSL
170°, 95%, 67%
CMYK
65, 0, 11, 2
Luminance
0.7640
Every format
| HEX | #58fbdf |
| RGB | rgb(88, 251, 223) |
| HSL | hsl(170, 95%, 67%) |
| CMYK | cmyk(65%, 0%, 11%, 2%) |
| LAB | lab(90.0 -48.6 1.0) |
| LCH | lch(90.0 48.6 178.8) |
| OKLCH | oklch(0.896 0.140 179.2) |
Copy-ready code
/* CSS */
color: #58fbdf;
background-color: #58fbdf;
/* Tailwind (arbitrary) */
class="text-[#58fbdf] bg-[#58fbdf]"
/* SCSS */
$brand: #58fbdf;
/* SwiftUI */
Color(red: 0.345, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#58fbdf")Accessibility — WCAG contrast
Aa
#58fbdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58fbdf on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green98.4%
Blue87.5%
CMYK percentages
Cyan64.9%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#58fbdf text on a black background
contrast 16.28:1
Card sample
#58fbdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58fbdf;
Background color
Panel with #58fbdf background
background-color: #58fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58fbdf; background: linear-gradient(135deg, #58fbdf, #58AAFB);