#560ade
a balanced, electric violet · warm · closest name: blue
RGB
86, 10, 222
HSL
262°, 91%, 46%
CMYK
61, 96, 0, 13
Luminance
0.0747
Every format
| HEX | #560ade |
| RGB | rgb(86, 10, 222) |
| HSL | hsl(262, 91%, 46%) |
| CMYK | cmyk(61%, 96%, 0%, 13%) |
| LAB | lab(32.9 71.8 -88.1) |
| LCH | lch(32.9 113.7 309.2) |
| OKLCH | oklch(0.455 0.262 284.5) |
Copy-ready code
/* CSS */
color: #560ade;
background-color: #560ade;
/* Tailwind (arbitrary) */
class="text-[#560ade] bg-[#560ade]"
/* SCSS */
$brand: #560ade;
/* SwiftUI */
Color(red: 0.337, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#560ade")Accessibility — WCAG contrast
Aa
#560ade on white: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#560ade on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green3.9%
Blue87.1%
CMYK percentages
Cyan61.3%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#560ade text on a black background
contrast 2.49:1
Card sample
#560ade text on a white background
contrast 8.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #560ade;
Background color
Panel with #560ade background
background-color: #560ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #560ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #560ade; background: linear-gradient(135deg, #560ade, #DE0AD9);