#4eaaeb
a balanced, electric blue · cool · closest name: steelblue
RGB
78, 170, 235
HSL
205°, 80%, 61%
CMYK
67, 28, 0, 8
Luminance
0.3637
Every format
| HEX | #4eaaeb |
| RGB | rgb(78, 170, 235) |
| HSL | hsl(205, 80%, 61%) |
| CMYK | cmyk(67%, 28%, 0%, 8%) |
| LAB | lab(66.8 -7.2 -40.6) |
| LCH | lch(66.8 41.2 259.9) |
| OKLCH | oklch(0.710 0.129 242.5) |
Copy-ready code
/* CSS */
color: #4eaaeb;
background-color: #4eaaeb;
/* Tailwind (arbitrary) */
class="text-[#4eaaeb] bg-[#4eaaeb]"
/* SCSS */
$brand: #4eaaeb;
/* SwiftUI */
Color(red: 0.306, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#4eaaeb")Accessibility — WCAG contrast
Aa
#4eaaeb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eaaeb on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green66.7%
Blue92.2%
CMYK percentages
Cyan66.8%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#4eaaeb text on a black background
contrast 8.27:1
Card sample
#4eaaeb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eaaeb;
Background color
Panel with #4eaaeb background
background-color: #4eaaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eaaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eaaeb; background: linear-gradient(135deg, #4eaaeb, #5B4EEB);