#4e86fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
78, 134, 252
HSL
221°, 97%, 65%
CMYK
69, 47, 0, 1
Luminance
0.2570
Every format
| HEX | #4e86fc |
| RGB | rgb(78, 134, 252) |
| HSL | hsl(221, 97%, 65%) |
| CMYK | cmyk(69%, 47%, 0%, 1%) |
| LAB | lab(57.8 19.6 -64.3) |
| LCH | lch(57.8 67.2 287.0) |
| OKLCH | oklch(0.642 0.186 263.1) |
Copy-ready code
/* CSS */
color: #4e86fc;
background-color: #4e86fc;
/* Tailwind (arbitrary) */
class="text-[#4e86fc] bg-[#4e86fc]"
/* SCSS */
$brand: #4e86fc;
/* SwiftUI */
Color(red: 0.306, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#4e86fc")Accessibility — WCAG contrast
Aa
#4e86fc on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4e86fc on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green52.5%
Blue98.8%
CMYK percentages
Cyan69.0%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#4e86fc text on a black background
contrast 6.14:1
Card sample
#4e86fc text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e86fc;
Background color
Panel with #4e86fc background
background-color: #4e86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e86fc; background: linear-gradient(135deg, #4e86fc, #8A4EFC);