#4ebdfe
a light, electric blue · cool · closest name: skyblue
RGB
78, 189, 254
HSL
202°, 99%, 65%
CMYK
69, 26, 0, 0
Luminance
0.4517
Every format
| HEX | #4ebdfe |
| RGB | rgb(78, 189, 254) |
| HSL | hsl(202, 99%, 65%) |
| CMYK | cmyk(69%, 26%, 0%, 0%) |
| LAB | lab(73.0 -11.4 -41.2) |
| LCH | lch(73.0 42.8 254.6) |
| OKLCH | oklch(0.762 0.137 238.2) |
Copy-ready code
/* CSS */
color: #4ebdfe;
background-color: #4ebdfe;
/* Tailwind (arbitrary) */
class="text-[#4ebdfe] bg-[#4ebdfe]"
/* SCSS */
$brand: #4ebdfe;
/* SwiftUI */
Color(red: 0.306, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#4ebdfe")Accessibility — WCAG contrast
Aa
#4ebdfe on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebdfe on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green74.1%
Blue99.6%
CMYK percentages
Cyan69.3%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#4ebdfe text on a black background
contrast 10.03:1
Card sample
#4ebdfe text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebdfe;
Background color
Panel with #4ebdfe background
background-color: #4ebdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebdfe; background: linear-gradient(135deg, #4ebdfe, #544EFE);