#4841eb
a balanced, electric blue · warm · closest name: slateblue
RGB
72, 65, 235
HSL
243°, 81%, 59%
CMYK
69, 72, 0, 8
Luminance
0.1116
Every format
| HEX | #4841eb |
| RGB | rgb(72, 65, 235) |
| HSL | hsl(243, 81%, 59%) |
| CMYK | cmyk(69%, 72%, 0%, 8%) |
| LAB | lab(39.8 54.5 -84.0) |
| LCH | lch(39.8 100.1 303.0) |
| OKLCH | oklch(0.505 0.244 275.0) |
Copy-ready code
/* CSS */
color: #4841eb;
background-color: #4841eb;
/* Tailwind (arbitrary) */
class="text-[#4841eb] bg-[#4841eb]"
/* SCSS */
$brand: #4841eb;
/* SwiftUI */
Color(red: 0.282, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#4841eb")Accessibility — WCAG contrast
Aa
#4841eb on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4841eb on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green25.5%
Blue92.2%
CMYK percentages
Cyan69.4%
Magenta72.3%
Yellow0.0%
Key (black)7.8%
Color previews
#4841eb text on a black background
contrast 3.23:1
Card sample
#4841eb text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4841eb;
Background color
Panel with #4841eb background
background-color: #4841eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4841eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4841eb; background: linear-gradient(135deg, #4841eb, #B941EB);