#4eaade
a balanced, vivid blue · cool · closest name: steelblue
RGB
78, 170, 222
HSL
202°, 69%, 59%
CMYK
65, 23, 0, 13
Luminance
0.3564
Every format
| HEX | #4eaade |
| RGB | rgb(78, 170, 222) |
| HSL | hsl(202, 69%, 59%) |
| CMYK | cmyk(65%, 23%, 0%, 13%) |
| LAB | lab(66.2 -11.4 -34.3) |
| LCH | lch(66.2 36.2 251.6) |
| OKLCH | oklch(0.704 0.116 236.5) |
Copy-ready code
/* CSS */
color: #4eaade;
background-color: #4eaade;
/* Tailwind (arbitrary) */
class="text-[#4eaade] bg-[#4eaade]"
/* SCSS */
$brand: #4eaade;
/* SwiftUI */
Color(red: 0.306, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#4eaade")Accessibility — WCAG contrast
Aa
#4eaade on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eaade on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green66.7%
Blue87.1%
CMYK percentages
Cyan64.9%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#4eaade text on a black background
contrast 8.13:1
Card sample
#4eaade text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eaade;
Background color
Panel with #4eaade background
background-color: #4eaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eaade; background: linear-gradient(135deg, #4eaade, #524EDE);