#58cdda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
88, 205, 218
HSL
186°, 64%, 60%
CMYK
60, 6, 0, 15
Luminance
0.5080
Every format
| HEX | #58cdda |
| RGB | rgb(88, 205, 218) |
| HSL | hsl(186, 64%, 60%) |
| CMYK | cmyk(60%, 6%, 0%, 15%) |
| LAB | lab(76.5 -29.0 -16.3) |
| LCH | lch(76.5 33.3 209.4) |
| OKLCH | oklch(0.787 0.106 205.3) |
Copy-ready code
/* CSS */
color: #58cdda;
background-color: #58cdda;
/* Tailwind (arbitrary) */
class="text-[#58cdda] bg-[#58cdda]"
/* SCSS */
$brand: #58cdda;
/* SwiftUI */
Color(red: 0.345, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#58cdda")Accessibility — WCAG contrast
Aa
#58cdda on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cdda on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green80.4%
Blue85.5%
CMYK percentages
Cyan59.6%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#58cdda text on a black background
contrast 11.16:1
Card sample
#58cdda text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cdda;
Background color
Panel with #58cdda background
background-color: #58cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cdda; background: linear-gradient(135deg, #58cdda, #5876DA);