#4eb9fc
a balanced, electric blue · cool · closest name: steelblue
RGB
78, 185, 252
HSL
203°, 97%, 65%
CMYK
69, 27, 0, 1
Luminance
0.4335
Every format
| HEX | #4eb9fc |
| RGB | rgb(78, 185, 252) |
| HSL | hsl(203, 97%, 65%) |
| CMYK | cmyk(69%, 27%, 0%, 1%) |
| LAB | lab(71.8 -9.9 -42.0) |
| LCH | lch(71.8 43.2 256.8) |
| OKLCH | oklch(0.752 0.137 239.8) |
Copy-ready code
/* CSS */
color: #4eb9fc;
background-color: #4eb9fc;
/* Tailwind (arbitrary) */
class="text-[#4eb9fc] bg-[#4eb9fc]"
/* SCSS */
$brand: #4eb9fc;
/* SwiftUI */
Color(red: 0.306, green: 0.725, blue: 0.988)
/* Android */
Color.parseColor("#4eb9fc")Accessibility — WCAG contrast
Aa
#4eb9fc on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb9fc on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green72.5%
Blue98.8%
CMYK percentages
Cyan69.0%
Magenta26.6%
Yellow0.0%
Key (black)1.2%
Color previews
#4eb9fc text on a black background
contrast 9.67:1
Card sample
#4eb9fc text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb9fc;
Background color
Panel with #4eb9fc background
background-color: #4eb9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 185, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 185, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb9fc; background: linear-gradient(135deg, #4eb9fc, #574EFC);