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