#561dfd
a balanced, electric violet · warm · closest name: blue
RGB
86, 29, 253
HSL
255°, 98%, 55%
CMYK
66, 89, 0, 1
Luminance
0.0995
Every format
| HEX | #561dfd |
| RGB | rgb(86, 29, 253) |
| HSL | hsl(255, 98%, 55%) |
| CMYK | cmyk(66%, 89%, 0%, 1%) |
| LAB | lab(37.8 75.3 -97.5) |
| LCH | lch(37.8 123.3 307.7) |
| OKLCH | oklch(0.498 0.286 279.9) |
Copy-ready code
/* CSS */
color: #561dfd;
background-color: #561dfd;
/* Tailwind (arbitrary) */
class="text-[#561dfd] bg-[#561dfd]"
/* SCSS */
$brand: #561dfd;
/* SwiftUI */
Color(red: 0.337, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#561dfd")Accessibility — WCAG contrast
Aa
#561dfd on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#561dfd on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green11.4%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#561dfd text on a black background
contrast 2.99:1
Card sample
#561dfd text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #561dfd;
Background color
Panel with #561dfd background
background-color: #561dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #561dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #561dfd; background: linear-gradient(135deg, #561dfd, #EB1DFD);