#5ebdfd
a light, electric blue · cool · closest name: skyblue
RGB
94, 189, 253
HSL
204°, 98%, 68%
CMYK
63, 25, 0, 1
Luminance
0.4587
Every format
| HEX | #5ebdfd |
| RGB | rgb(94, 189, 253) |
| HSL | hsl(204, 98%, 68%) |
| CMYK | cmyk(63%, 25%, 0%, 1%) |
| LAB | lab(73.5 -9.2 -39.9) |
| LCH | lch(73.5 41.0 257.0) |
| OKLCH | oklch(0.767 0.129 240.8) |
Copy-ready code
/* CSS */
color: #5ebdfd;
background-color: #5ebdfd;
/* Tailwind (arbitrary) */
class="text-[#5ebdfd] bg-[#5ebdfd]"
/* SCSS */
$brand: #5ebdfd;
/* SwiftUI */
Color(red: 0.369, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#5ebdfd")Accessibility — WCAG contrast
Aa
#5ebdfd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebdfd on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.1%
Blue99.2%
CMYK percentages
Cyan62.8%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#5ebdfd text on a black background
contrast 10.17:1
Card sample
#5ebdfd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebdfd;
Background color
Panel with #5ebdfd background
background-color: #5ebdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebdfd; background: linear-gradient(135deg, #5ebdfd, #695EFD);