#58cdfd
a light, electric cyan · cool · closest name: skyblue
RGB
88, 205, 253
HSL
198°, 98%, 67%
CMYK
65, 19, 0, 1
Luminance
0.5283
Every format
| HEX | #58cdfd |
| RGB | rgb(88, 205, 253) |
| HSL | hsl(198, 98%, 67%) |
| CMYK | cmyk(65%, 19%, 0%, 1%) |
| LAB | lab(77.8 -18.6 -33.3) |
| LCH | lch(77.8 38.1 240.7) |
| OKLCH | oklch(0.801 0.124 228.5) |
Copy-ready code
/* CSS */
color: #58cdfd;
background-color: #58cdfd;
/* Tailwind (arbitrary) */
class="text-[#58cdfd] bg-[#58cdfd]"
/* SCSS */
$brand: #58cdfd;
/* SwiftUI */
Color(red: 0.345, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#58cdfd")Accessibility — WCAG contrast
Aa
#58cdfd on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cdfd on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green80.4%
Blue99.2%
CMYK percentages
Cyan65.2%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#58cdfd text on a black background
contrast 11.57:1
Card sample
#58cdfd text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cdfd;
Background color
Panel with #58cdfd background
background-color: #58cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cdfd; background: linear-gradient(135deg, #58cdfd, #585FFD);