#4ebdfb
a balanced, electric blue · cool · closest name: skyblue
RGB
78, 189, 251
HSL
202°, 96%, 65%
CMYK
69, 25, 0, 2
Luminance
0.4498
Every format
| HEX | #4ebdfb |
| RGB | rgb(78, 189, 251) |
| HSL | hsl(202, 96%, 65%) |
| CMYK | cmyk(69%, 25%, 0%, 2%) |
| LAB | lab(72.9 -12.3 -39.8) |
| LCH | lch(72.9 41.7 252.8) |
| OKLCH | oklch(0.760 0.134 236.9) |
Copy-ready code
/* CSS */
color: #4ebdfb;
background-color: #4ebdfb;
/* Tailwind (arbitrary) */
class="text-[#4ebdfb] bg-[#4ebdfb]"
/* SCSS */
$brand: #4ebdfb;
/* SwiftUI */
Color(red: 0.306, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#4ebdfb")Accessibility — WCAG contrast
Aa
#4ebdfb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebdfb on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green74.1%
Blue98.4%
CMYK percentages
Cyan68.9%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#4ebdfb text on a black background
contrast 10.00:1
Card sample
#4ebdfb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebdfb;
Background color
Panel with #4ebdfb background
background-color: #4ebdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebdfb; background: linear-gradient(135deg, #4ebdfb, #524EFB);