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