#58dfda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
88, 223, 218
HSL
178°, 68%, 61%
CMYK
61, 0, 2, 13
Luminance
0.5991
Every format
| HEX | #58dfda |
| RGB | rgb(88, 223, 218) |
| HSL | hsl(178, 68%, 61%) |
| CMYK | cmyk(61%, 0%, 2%, 13%) |
| LAB | lab(81.8 -37.5 -8.5) |
| LCH | lch(81.8 38.4 192.8) |
| OKLCH | oklch(0.829 0.117 191.7) |
Copy-ready code
/* CSS */
color: #58dfda;
background-color: #58dfda;
/* Tailwind (arbitrary) */
class="text-[#58dfda] bg-[#58dfda]"
/* SCSS */
$brand: #58dfda;
/* SwiftUI */
Color(red: 0.345, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#58dfda")Accessibility — WCAG contrast
Aa
#58dfda on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58dfda on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green87.5%
Blue85.5%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#58dfda text on a black background
contrast 12.98:1
Card sample
#58dfda text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58dfda;
Background color
Panel with #58dfda background
background-color: #58dfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58dfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58dfda; background: linear-gradient(135deg, #58dfda, #588ADF);