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