#2e1ade
a balanced, electric blue · warm · closest name: blue
RGB
46, 26, 222
HSL
246°, 79%, 49%
CMYK
79, 88, 0, 13
Luminance
0.0659
Every format
| HEX | #2e1ade |
| RGB | rgb(46, 26, 222) |
| HSL | hsl(246, 79%, 49%) |
| CMYK | cmyk(79%, 88%, 0%, 13%) |
| LAB | lab(30.9 66.3 -91.5) |
| LCH | lch(30.9 113.0 305.9) |
| OKLCH | oklch(0.434 0.265 271.1) |
Copy-ready code
/* CSS */
color: #2e1ade;
background-color: #2e1ade;
/* Tailwind (arbitrary) */
class="text-[#2e1ade] bg-[#2e1ade]"
/* SCSS */
$brand: #2e1ade;
/* SwiftUI */
Color(red: 0.180, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#2e1ade")Accessibility — WCAG contrast
Aa
#2e1ade on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e1ade on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green10.2%
Blue87.1%
CMYK percentages
Cyan79.3%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#2e1ade text on a black background
contrast 2.32:1
Card sample
#2e1ade text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e1ade;
Background color
Panel with #2e1ade background
background-color: #2e1ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e1ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e1ade; background: linear-gradient(135deg, #2e1ade, #B01ADE);