#5bdafd
a light, electric cyan · cool · closest name: skyblue
RGB
91, 218, 253
HSL
193°, 98%, 68%
CMYK
64, 14, 0, 1
Luminance
0.5946
Every format
| HEX | #5bdafd |
| RGB | rgb(91, 218, 253) |
| HSL | hsl(193, 98%, 68%) |
| CMYK | cmyk(64%, 14%, 0%, 1%) |
| LAB | lab(81.5 -24.7 -27.5) |
| LCH | lch(81.5 37.0 228.0) |
| OKLCH | oklch(0.831 0.121 219.2) |
Copy-ready code
/* CSS */
color: #5bdafd;
background-color: #5bdafd;
/* Tailwind (arbitrary) */
class="text-[#5bdafd] bg-[#5bdafd]"
/* SCSS */
$brand: #5bdafd;
/* SwiftUI */
Color(red: 0.357, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#5bdafd")Accessibility — WCAG contrast
Aa
#5bdafd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bdafd on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green85.5%
Blue99.2%
CMYK percentages
Cyan64.0%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#5bdafd text on a black background
contrast 12.89:1
Card sample
#5bdafd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bdafd;
Background color
Panel with #5bdafd background
background-color: #5bdafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bdafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bdafd; background: linear-gradient(135deg, #5bdafd, #5B6EFD);