#58eccd
a balanced, electric cyan · cool · closest name: turquoise
RGB
88, 236, 205
HSL
167°, 80%, 64%
CMYK
63, 0, 13, 8
Luminance
0.6647
Every format
| HEX | #58eccd |
| RGB | rgb(88, 236, 205) |
| HSL | hsl(167, 80%, 64%) |
| CMYK | cmyk(63%, 0%, 13%, 8%) |
| LAB | lab(85.2 -46.6 3.4) |
| LCH | lch(85.2 46.7 175.8) |
| OKLCH | oklch(0.856 0.133 176.4) |
Copy-ready code
/* CSS */
color: #58eccd;
background-color: #58eccd;
/* Tailwind (arbitrary) */
class="text-[#58eccd] bg-[#58eccd]"
/* SCSS */
$brand: #58eccd;
/* SwiftUI */
Color(red: 0.345, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#58eccd")Accessibility — WCAG contrast
Aa
#58eccd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58eccd on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green92.5%
Blue80.4%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#58eccd text on a black background
contrast 14.29:1
Card sample
#58eccd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58eccd;
Background color
Panel with #58eccd background
background-color: #58eccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58eccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58eccd; background: linear-gradient(135deg, #58eccd, #58A8EC);