#58bafd
a light, electric blue · cool · closest name: skyblue
RGB
88, 186, 253
HSL
204°, 98%, 67%
CMYK
65, 27, 0, 1
Luminance
0.4428
Every format
| HEX | #58bafd |
| RGB | rgb(88, 186, 253) |
| HSL | hsl(204, 98%, 67%) |
| CMYK | cmyk(65%, 27%, 0%, 1%) |
| LAB | lab(72.4 -8.6 -41.6) |
| LCH | lch(72.4 42.5 258.3) |
| OKLCH | oklch(0.758 0.133 241.5) |
Copy-ready code
/* CSS */
color: #58bafd;
background-color: #58bafd;
/* Tailwind (arbitrary) */
class="text-[#58bafd] bg-[#58bafd]"
/* SCSS */
$brand: #58bafd;
/* SwiftUI */
Color(red: 0.345, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#58bafd")Accessibility — WCAG contrast
Aa
#58bafd on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58bafd on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan65.2%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#58bafd text on a black background
contrast 9.86:1
Card sample
#58bafd text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58bafd;
Background color
Panel with #58bafd background
background-color: #58bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58bafd; background: linear-gradient(135deg, #58bafd, #6458FD);