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