#4eadeb
a balanced, electric blue · cool · closest name: steelblue
RGB
78, 173, 235
HSL
204°, 80%, 61%
CMYK
67, 26, 0, 8
Luminance
0.3750
Every format
| HEX | #4eadeb |
| RGB | rgb(78, 173, 235) |
| HSL | hsl(204, 80%, 61%) |
| CMYK | cmyk(67%, 26%, 0%, 8%) |
| LAB | lab(67.7 -8.9 -39.3) |
| LCH | lch(67.7 40.3 257.3) |
| OKLCH | oklch(0.717 0.127 240.5) |
Copy-ready code
/* CSS */
color: #4eadeb;
background-color: #4eadeb;
/* Tailwind (arbitrary) */
class="text-[#4eadeb] bg-[#4eadeb]"
/* SCSS */
$brand: #4eadeb;
/* SwiftUI */
Color(red: 0.306, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#4eadeb")Accessibility — WCAG contrast
Aa
#4eadeb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eadeb on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green67.8%
Blue92.2%
CMYK percentages
Cyan66.8%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#4eadeb text on a black background
contrast 8.50:1
Card sample
#4eadeb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eadeb;
Background color
Panel with #4eadeb background
background-color: #4eadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eadeb; background: linear-gradient(135deg, #4eadeb, #584EEB);