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