#6e1ade
a balanced, electric violet · warm · closest name: blue
RGB
110, 26, 222
HSL
266°, 79%, 49%
CMYK
51, 88, 0, 13
Luminance
0.0933
Every format
| HEX | #6e1ade |
| RGB | rgb(110, 26, 222) |
| HSL | hsl(266, 79%, 49%) |
| CMYK | cmyk(51%, 88%, 0%, 13%) |
| LAB | lab(36.6 70.5 -81.8) |
| LCH | lch(36.6 108.0 310.8) |
| OKLCH | oklch(0.487 0.255 292.9) |
Copy-ready code
/* CSS */
color: #6e1ade;
background-color: #6e1ade;
/* Tailwind (arbitrary) */
class="text-[#6e1ade] bg-[#6e1ade]"
/* SCSS */
$brand: #6e1ade;
/* SwiftUI */
Color(red: 0.431, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#6e1ade")Accessibility — WCAG contrast
Aa
#6e1ade on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6e1ade on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green10.2%
Blue87.1%
CMYK percentages
Cyan50.5%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#6e1ade text on a black background
contrast 2.87:1
Card sample
#6e1ade text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e1ade;
Background color
Panel with #6e1ade background
background-color: #6e1ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e1ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e1ade; background: linear-gradient(135deg, #6e1ade, #DE1ACB);