#561fc3
a dark, vivid violet · warm · closest name: navy
RGB
86, 31, 195
HSL
260°, 73%, 44%
CMYK
56, 84, 0, 24
Luminance
0.0690
Every format
| HEX | #561fc3 |
| RGB | rgb(86, 31, 195) |
| HSL | hsl(260, 73%, 44%) |
| CMYK | cmyk(56%, 84%, 0%, 24%) |
| LAB | lab(31.6 60.1 -74.5) |
| LCH | lch(31.6 95.7 308.9) |
| OKLCH | oklch(0.438 0.226 288.1) |
Copy-ready code
/* CSS */
color: #561fc3;
background-color: #561fc3;
/* Tailwind (arbitrary) */
class="text-[#561fc3] bg-[#561fc3]"
/* SCSS */
$brand: #561fc3;
/* SwiftUI */
Color(red: 0.337, green: 0.122, blue: 0.765)
/* Android */
Color.parseColor("#561fc3")Accessibility — WCAG contrast
Aa
#561fc3 on white: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#561fc3 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green12.2%
Blue76.5%
CMYK percentages
Cyan55.9%
Magenta84.1%
Yellow0.0%
Key (black)23.5%
Color previews
#561fc3 text on a black background
contrast 2.38:1
Card sample
#561fc3 text on a white background
contrast 8.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #561fc3;
Background color
Panel with #561fc3 background
background-color: #561fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #561fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 31, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 31, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #561fc3; background: linear-gradient(135deg, #561fc3, #C31FC3);