#4847eb
a balanced, electric blue · warm · closest name: slateblue
RGB
72, 71, 235
HSL
240°, 80%, 60%
CMYK
69, 70, 0, 8
Luminance
0.1188
Every format
| HEX | #4847eb |
| RGB | rgb(72, 71, 235) |
| HSL | hsl(240, 80%, 60%) |
| CMYK | cmyk(69%, 70%, 0%, 8%) |
| LAB | lab(41.0 51.2 -82.0) |
| LCH | lch(41.0 96.7 302.0) |
| OKLCH | oklch(0.513 0.238 274.4) |
Copy-ready code
/* CSS */
color: #4847eb;
background-color: #4847eb;
/* Tailwind (arbitrary) */
class="text-[#4847eb] bg-[#4847eb]"
/* SCSS */
$brand: #4847eb;
/* SwiftUI */
Color(red: 0.282, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#4847eb")Accessibility — WCAG contrast
Aa
#4847eb on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4847eb on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green27.8%
Blue92.2%
CMYK percentages
Cyan69.4%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#4847eb text on a black background
contrast 3.38:1
Card sample
#4847eb text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4847eb;
Background color
Panel with #4847eb background
background-color: #4847eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4847eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4847eb; background: linear-gradient(135deg, #4847eb, #B547EB);