#541ade
a balanced, electric violet · warm · closest name: blue
RGB
84, 26, 222
HSL
258°, 79%, 49%
CMYK
62, 88, 0, 13
Luminance
0.0790
Every format
| HEX | #541ade |
| RGB | rgb(84, 26, 222) |
| HSL | hsl(258, 79%, 49%) |
| CMYK | cmyk(62%, 88%, 0%, 13%) |
| LAB | lab(33.8 68.3 -86.6) |
| LCH | lch(33.8 110.3 308.3) |
| OKLCH | oklch(0.461 0.256 283.2) |
Copy-ready code
/* CSS */
color: #541ade;
background-color: #541ade;
/* Tailwind (arbitrary) */
class="text-[#541ade] bg-[#541ade]"
/* SCSS */
$brand: #541ade;
/* SwiftUI */
Color(red: 0.329, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#541ade")Accessibility — WCAG contrast
Aa
#541ade on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#541ade on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green10.2%
Blue87.1%
CMYK percentages
Cyan62.2%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#541ade text on a black background
contrast 2.58:1
Card sample
#541ade text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #541ade;
Background color
Panel with #541ade background
background-color: #541ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #541ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #541ade; background: linear-gradient(135deg, #541ade, #D71ADE);