#4e3ef1
a balanced, electric blue · warm · closest name: blue
RGB
78, 62, 241
HSL
245°, 87%, 59%
CMYK
68, 74, 0, 6
Luminance
0.1142
Every format
| HEX | #4e3ef1 |
| RGB | rgb(78, 62, 241) |
| HSL | hsl(245, 87%, 59%) |
| CMYK | cmyk(68%, 74%, 0%, 6%) |
| LAB | lab(40.3 58.5 -86.6) |
| LCH | lch(40.3 104.5 304.0) |
| OKLCH | oklch(0.510 0.252 276.6) |
Copy-ready code
/* CSS */
color: #4e3ef1;
background-color: #4e3ef1;
/* Tailwind (arbitrary) */
class="text-[#4e3ef1] bg-[#4e3ef1]"
/* SCSS */
$brand: #4e3ef1;
/* SwiftUI */
Color(red: 0.306, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#4e3ef1")Accessibility — WCAG contrast
Aa
#4e3ef1 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4e3ef1 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green24.3%
Blue94.5%
CMYK percentages
Cyan67.6%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#4e3ef1 text on a black background
contrast 3.28:1
Card sample
#4e3ef1 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e3ef1;
Background color
Panel with #4e3ef1 background
background-color: #4e3ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e3ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e3ef1; background: linear-gradient(135deg, #4e3ef1, #C53EF1);