#58c0da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
88, 192, 218
HSL
192°, 64%, 60%
CMYK
60, 12, 0, 15
Luminance
0.4484
Every format
| HEX | #58c0da |
| RGB | rgb(88, 192, 218) |
| HSL | hsl(192, 64%, 60%) |
| CMYK | cmyk(60%, 12%, 0%, 15%) |
| LAB | lab(72.8 -22.5 -22.1) |
| LCH | lch(72.8 31.5 224.4) |
| OKLCH | oklch(0.756 0.102 216.7) |
Copy-ready code
/* CSS */
color: #58c0da;
background-color: #58c0da;
/* Tailwind (arbitrary) */
class="text-[#58c0da] bg-[#58c0da]"
/* SCSS */
$brand: #58c0da;
/* SwiftUI */
Color(red: 0.345, green: 0.753, blue: 0.855)
/* Android */
Color.parseColor("#58c0da")Accessibility — WCAG contrast
Aa
#58c0da on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58c0da on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green75.3%
Blue85.5%
CMYK percentages
Cyan59.6%
Magenta11.9%
Yellow0.0%
Key (black)14.5%
Color previews
#58c0da text on a black background
contrast 9.97:1
Card sample
#58c0da text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58c0da;
Background color
Panel with #58c0da background
background-color: #58c0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58c0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 192, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 192, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58c0da; background: linear-gradient(135deg, #58c0da, #5869DA);