#4eb9f4
a balanced, electric blue · cool · closest name: skyblue
RGB
78, 185, 244
HSL
201°, 88%, 63%
CMYK
68, 24, 0, 4
Luminance
0.4285
Every format
| HEX | #4eb9f4 |
| RGB | rgb(78, 185, 244) |
| HSL | hsl(201, 88%, 63%) |
| CMYK | cmyk(68%, 24%, 0%, 4%) |
| LAB | lab(71.5 -12.5 -38.2) |
| LCH | lch(71.5 40.2 251.9) |
| OKLCH | oklch(0.748 0.129 236.4) |
Copy-ready code
/* CSS */
color: #4eb9f4;
background-color: #4eb9f4;
/* Tailwind (arbitrary) */
class="text-[#4eb9f4] bg-[#4eb9f4]"
/* SCSS */
$brand: #4eb9f4;
/* SwiftUI */
Color(red: 0.306, green: 0.725, blue: 0.957)
/* Android */
Color.parseColor("#4eb9f4")Accessibility — WCAG contrast
Aa
#4eb9f4 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb9f4 on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green72.5%
Blue95.7%
CMYK percentages
Cyan68.0%
Magenta24.2%
Yellow0.0%
Key (black)4.3%
Color previews
#4eb9f4 text on a black background
contrast 9.57:1
Card sample
#4eb9f4 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb9f4;
Background color
Panel with #4eb9f4 background
background-color: #4eb9f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb9f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 185, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 185, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb9f4; background: linear-gradient(135deg, #4eb9f4, #514EF4);