#5600ae
a dark, electric violet · warm · closest name: indigo
RGB
86, 0, 174
HSL
270°, 100%, 34%
CMYK
51, 100, 0, 32
Luminance
0.0503
Every format
| HEX | #5600ae |
| RGB | rgb(86, 0, 174) |
| HSL | hsl(270, 100%, 34%) |
| CMYK | cmyk(51%, 100%, 0%, 32%) |
| LAB | lab(26.8 62.5 -69.9) |
| LCH | lch(26.8 93.8 311.8) |
| OKLCH | oklch(0.399 0.220 294.3) |
Copy-ready code
/* CSS */
color: #5600ae;
background-color: #5600ae;
/* Tailwind (arbitrary) */
class="text-[#5600ae] bg-[#5600ae]"
/* SCSS */
$brand: #5600ae;
/* SwiftUI */
Color(red: 0.337, green: 0.000, blue: 0.682)
/* Android */
Color.parseColor("#5600ae")Accessibility — WCAG contrast
Aa
#5600ae on white: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5600ae on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green0.0%
Blue68.2%
CMYK percentages
Cyan50.6%
Magenta100.0%
Yellow0.0%
Key (black)31.8%
Color previews
#5600ae text on a black background
contrast 2.01:1
Card sample
#5600ae text on a white background
contrast 10.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5600ae;
Background color
Panel with #5600ae background
background-color: #5600ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5600ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 0, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 0, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5600ae; background: linear-gradient(135deg, #5600ae, #AE0092);