#58f0cd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
88, 240, 205
HSL
166°, 84%, 64%
CMYK
63, 0, 15, 6
Luminance
0.6880
Every format
| HEX | #58f0cd |
| RGB | rgb(88, 240, 205) |
| HSL | hsl(166, 84%, 64%) |
| CMYK | cmyk(63%, 0%, 15%, 6%) |
| LAB | lab(86.4 -48.3 5.1) |
| LCH | lch(86.4 48.5 174.0) |
| OKLCH | oklch(0.865 0.138 174.7) |
Copy-ready code
/* CSS */
color: #58f0cd;
background-color: #58f0cd;
/* Tailwind (arbitrary) */
class="text-[#58f0cd] bg-[#58f0cd]"
/* SCSS */
$brand: #58f0cd;
/* SwiftUI */
Color(red: 0.345, green: 0.941, blue: 0.804)
/* Android */
Color.parseColor("#58f0cd")Accessibility — WCAG contrast
Aa
#58f0cd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58f0cd on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green94.1%
Blue80.4%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow14.6%
Key (black)5.9%
Color previews
#58f0cd text on a black background
contrast 14.76:1
Card sample
#58f0cd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58f0cd;
Background color
Panel with #58f0cd background
background-color: #58f0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58f0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 240, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 240, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58f0cd; background: linear-gradient(135deg, #58f0cd, #58AEF0);