#58cdf5
a light, electric cyan · cool · closest name: skyblue
RGB
88, 205, 245
HSL
195°, 89%, 65%
CMYK
64, 16, 0, 4
Luminance
0.5233
Every format
| HEX | #58cdf5 |
| RGB | rgb(88, 205, 245) |
| HSL | hsl(195, 89%, 65%) |
| CMYK | cmyk(64%, 16%, 0%, 4%) |
| LAB | lab(77.5 -21.1 -29.4) |
| LCH | lch(77.5 36.2 234.4) |
| OKLCH | oklch(0.797 0.118 223.9) |
Copy-ready code
/* CSS */
color: #58cdf5;
background-color: #58cdf5;
/* Tailwind (arbitrary) */
class="text-[#58cdf5] bg-[#58cdf5]"
/* SCSS */
$brand: #58cdf5;
/* SwiftUI */
Color(red: 0.345, green: 0.804, blue: 0.961)
/* Android */
Color.parseColor("#58cdf5")Accessibility — WCAG contrast
Aa
#58cdf5 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cdf5 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green80.4%
Blue96.1%
CMYK percentages
Cyan64.1%
Magenta16.3%
Yellow0.0%
Key (black)3.9%
Color previews
#58cdf5 text on a black background
contrast 11.47:1
Card sample
#58cdf5 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cdf5;
Background color
Panel with #58cdf5 background
background-color: #58cdf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cdf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 205, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 205, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cdf5; background: linear-gradient(135deg, #58cdf5, #5864F5);