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