#4849eb
a balanced, electric blue · warm · closest name: slateblue
RGB
72, 73, 235
HSL
240°, 80%, 60%
CMYK
69, 69, 0, 8
Luminance
0.1214
Every format
| HEX | #4849eb |
| RGB | rgb(72, 73, 235) |
| HSL | hsl(240, 80%, 60%) |
| CMYK | cmyk(69%, 69%, 0%, 8%) |
| LAB | lab(41.4 50.0 -81.3) |
| LCH | lch(41.4 95.5 301.6) |
| OKLCH | oklch(0.516 0.236 274.1) |
Copy-ready code
/* CSS */
color: #4849eb;
background-color: #4849eb;
/* Tailwind (arbitrary) */
class="text-[#4849eb] bg-[#4849eb]"
/* SCSS */
$brand: #4849eb;
/* SwiftUI */
Color(red: 0.282, green: 0.286, blue: 0.922)
/* Android */
Color.parseColor("#4849eb")Accessibility — WCAG contrast
Aa
#4849eb on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4849eb on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green28.6%
Blue92.2%
CMYK percentages
Cyan69.4%
Magenta68.9%
Yellow0.0%
Key (black)7.8%
Color previews
#4849eb text on a black background
contrast 3.43:1
Card sample
#4849eb text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4849eb;
Background color
Panel with #4849eb background
background-color: #4849eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4849eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 73, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 73, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4849eb; background: linear-gradient(135deg, #4849eb, #B448EB);