#4ebafd
a balanced, electric blue · cool · closest name: skyblue
RGB
78, 186, 253
HSL
203°, 98%, 65%
CMYK
69, 27, 0, 1
Luminance
0.4383
Every format
| HEX | #4ebafd |
| RGB | rgb(78, 186, 253) |
| HSL | hsl(203, 98%, 65%) |
| CMYK | cmyk(69%, 27%, 0%, 1%) |
| LAB | lab(72.1 -10.1 -42.1) |
| LCH | lch(72.1 43.3 256.5) |
| OKLCH | oklch(0.755 0.138 239.6) |
Copy-ready code
/* CSS */
color: #4ebafd;
background-color: #4ebafd;
/* Tailwind (arbitrary) */
class="text-[#4ebafd] bg-[#4ebafd]"
/* SCSS */
$brand: #4ebafd;
/* SwiftUI */
Color(red: 0.306, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#4ebafd")Accessibility — WCAG contrast
Aa
#4ebafd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebafd on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green72.9%
Blue99.2%
CMYK percentages
Cyan69.2%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#4ebafd text on a black background
contrast 9.77:1
Card sample
#4ebafd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebafd;
Background color
Panel with #4ebafd background
background-color: #4ebafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebafd; background: linear-gradient(135deg, #4ebafd, #574EFD);