#5ebdfb
a light, electric blue · cool · closest name: skyblue
RGB
94, 189, 251
HSL
204°, 95%, 68%
CMYK
63, 25, 0, 2
Luminance
0.4574
Every format
| HEX | #5ebdfb |
| RGB | rgb(94, 189, 251) |
| HSL | hsl(204, 95%, 68%) |
| CMYK | cmyk(63%, 25%, 0%, 2%) |
| LAB | lab(73.4 -9.8 -39.0) |
| LCH | lch(73.4 40.2 255.8) |
| OKLCH | oklch(0.766 0.127 239.9) |
Copy-ready code
/* CSS */
color: #5ebdfb;
background-color: #5ebdfb;
/* Tailwind (arbitrary) */
class="text-[#5ebdfb] bg-[#5ebdfb]"
/* SCSS */
$brand: #5ebdfb;
/* SwiftUI */
Color(red: 0.369, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#5ebdfb")Accessibility — WCAG contrast
Aa
#5ebdfb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebdfb on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.1%
Blue98.4%
CMYK percentages
Cyan62.5%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#5ebdfb text on a black background
contrast 10.15:1
Card sample
#5ebdfb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebdfb;
Background color
Panel with #5ebdfb background
background-color: #5ebdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebdfb; background: linear-gradient(135deg, #5ebdfb, #675EFB);