#4eaddf
a balanced, vivid blue · cool · closest name: steelblue
RGB
78, 173, 223
HSL
201°, 69%, 59%
CMYK
65, 22, 0, 13
Luminance
0.3683
Every format
| HEX | #4eaddf |
| RGB | rgb(78, 173, 223) |
| HSL | hsl(201, 69%, 59%) |
| CMYK | cmyk(65%, 22%, 0%, 13%) |
| LAB | lab(67.2 -12.8 -33.5) |
| LCH | lch(67.2 35.8 249.1) |
| OKLCH | oklch(0.711 0.115 234.7) |
Copy-ready code
/* CSS */
color: #4eaddf;
background-color: #4eaddf;
/* Tailwind (arbitrary) */
class="text-[#4eaddf] bg-[#4eaddf]"
/* SCSS */
$brand: #4eaddf;
/* SwiftUI */
Color(red: 0.306, green: 0.678, blue: 0.875)
/* Android */
Color.parseColor("#4eaddf")Accessibility — WCAG contrast
Aa
#4eaddf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eaddf on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green67.8%
Blue87.5%
CMYK percentages
Cyan65.0%
Magenta22.4%
Yellow0.0%
Key (black)12.5%
Color previews
#4eaddf text on a black background
contrast 8.37:1
Card sample
#4eaddf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eaddf;
Background color
Panel with #4eaddf background
background-color: #4eaddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eaddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 173, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 173, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eaddf; background: linear-gradient(135deg, #4eaddf, #504EDF);