#4e8eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
78, 142, 238
HSL
216°, 83%, 62%
CMYK
67, 40, 0, 7
Luminance
0.2714
Every format
| HEX | #4e8eee |
| RGB | rgb(78, 142, 238) |
| HSL | hsl(216, 83%, 62%) |
| CMYK | cmyk(67%, 40%, 0%, 7%) |
| LAB | lab(59.1 9.9 -54.4) |
| LCH | lch(59.1 55.3 280.4) |
| OKLCH | oklch(0.650 0.158 258.4) |
Copy-ready code
/* CSS */
color: #4e8eee;
background-color: #4e8eee;
/* Tailwind (arbitrary) */
class="text-[#4e8eee] bg-[#4e8eee]"
/* SCSS */
$brand: #4e8eee;
/* SwiftUI */
Color(red: 0.306, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#4e8eee")Accessibility — WCAG contrast
Aa
#4e8eee on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4e8eee on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green55.7%
Blue93.3%
CMYK percentages
Cyan67.2%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#4e8eee text on a black background
contrast 6.43:1
Card sample
#4e8eee text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e8eee;
Background color
Panel with #4e8eee background
background-color: #4e8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e8eee; background: linear-gradient(135deg, #4e8eee, #794EEE);