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