#562183
a dark, vivid violet · warm · closest name: indigo
RGB
86, 33, 131
HSL
272°, 60%, 32%
CMYK
34, 75, 0, 49
Luminance
0.0470
Every format
| HEX | #562183 |
| RGB | rgb(86, 33, 131) |
| HSL | hsl(272, 60%, 32%) |
| CMYK | cmyk(34%, 75%, 0%, 49%) |
| LAB | lab(25.9 42.9 -45.0) |
| LCH | lch(25.9 62.2 313.6) |
| OKLCH | oklch(0.380 0.156 304.6) |
Copy-ready code
/* CSS */
color: #562183;
background-color: #562183;
/* Tailwind (arbitrary) */
class="text-[#562183] bg-[#562183]"
/* SCSS */
$brand: #562183;
/* SwiftUI */
Color(red: 0.337, green: 0.129, blue: 0.514)
/* Android */
Color.parseColor("#562183")Accessibility — WCAG contrast
Aa
#562183 on white: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562183 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green12.9%
Blue51.4%
CMYK percentages
Cyan34.4%
Magenta74.8%
Yellow0.0%
Key (black)48.6%
Color previews
#562183 text on a black background
contrast 1.94:1
Card sample
#562183 text on a white background
contrast 10.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562183;
Background color
Panel with #562183 background
background-color: #562183;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562183;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 33, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 33, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562183; background: linear-gradient(135deg, #562183, #83216F);