#560587
a dark, electric violet · warm · closest name: indigo
RGB
86, 5, 135
HSL
277°, 93%, 28%
CMYK
36, 96, 0, 47
Luminance
0.0384
Every format
| HEX | #560587 |
| RGB | rgb(86, 5, 135) |
| HSL | hsl(277, 93%, 28%) |
| CMYK | cmyk(36%, 96%, 0%, 47%) |
| LAB | lab(23.1 52.9 -52.0) |
| LCH | lch(23.1 74.2 315.5) |
| OKLCH | oklch(0.362 0.183 305.7) |
Copy-ready code
/* CSS */
color: #560587;
background-color: #560587;
/* Tailwind (arbitrary) */
class="text-[#560587] bg-[#560587]"
/* SCSS */
$brand: #560587;
/* SwiftUI */
Color(red: 0.337, green: 0.020, blue: 0.529)
/* Android */
Color.parseColor("#560587")Accessibility — WCAG contrast
Aa
#560587 on white: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#560587 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green2.0%
Blue52.9%
CMYK percentages
Cyan36.3%
Magenta96.3%
Yellow0.0%
Key (black)47.1%
Color previews
#560587 text on a black background
contrast 1.77:1
Card sample
#560587 text on a white background
contrast 11.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #560587;
Background color
Panel with #560587 background
background-color: #560587;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #560587;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 5, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 5, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #560587; background: linear-gradient(135deg, #560587, #870561);