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