#5dbef1
a light, electric blue · cool · closest name: skyblue
RGB
93, 190, 241
HSL
201°, 84%, 66%
CMYK
61, 21, 0, 6
Luminance
0.4550
Every format
| HEX | #5dbef1 |
| RGB | rgb(93, 190, 241) |
| HSL | hsl(201, 84%, 66%) |
| CMYK | cmyk(61%, 21%, 0%, 6%) |
| LAB | lab(73.2 -13.7 -33.8) |
| LCH | lch(73.2 36.5 248.0) |
| OKLCH | oklch(0.763 0.117 234.1) |
Copy-ready code
/* CSS */
color: #5dbef1;
background-color: #5dbef1;
/* Tailwind (arbitrary) */
class="text-[#5dbef1] bg-[#5dbef1]"
/* SCSS */
$brand: #5dbef1;
/* SwiftUI */
Color(red: 0.365, green: 0.745, blue: 0.945)
/* Android */
Color.parseColor("#5dbef1")Accessibility — WCAG contrast
Aa
#5dbef1 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbef1 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green74.5%
Blue94.5%
CMYK percentages
Cyan61.4%
Magenta21.2%
Yellow0.0%
Key (black)5.5%
Color previews
#5dbef1 text on a black background
contrast 10.10:1
Card sample
#5dbef1 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbef1;
Background color
Panel with #5dbef1 background
background-color: #5dbef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 190, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 190, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbef1; background: linear-gradient(135deg, #5dbef1, #5F5DF1);