#562191
a dark, vivid violet · warm · closest name: indigo
RGB
86, 33, 145
HSL
268°, 63%, 35%
CMYK
41, 77, 0, 43
Luminance
0.0511
Every format
| HEX | #562191 |
| RGB | rgb(86, 33, 145) |
| HSL | hsl(268, 63%, 35%) |
| CMYK | cmyk(41%, 77%, 0%, 43%) |
| LAB | lab(27.1 46.4 -51.9) |
| LCH | lch(27.1 69.6 311.8) |
| OKLCH | oklch(0.392 0.171 299.9) |
Copy-ready code
/* CSS */
color: #562191;
background-color: #562191;
/* Tailwind (arbitrary) */
class="text-[#562191] bg-[#562191]"
/* SCSS */
$brand: #562191;
/* SwiftUI */
Color(red: 0.337, green: 0.129, blue: 0.569)
/* Android */
Color.parseColor("#562191")Accessibility — WCAG contrast
Aa
#562191 on white: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562191 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green12.9%
Blue56.9%
CMYK percentages
Cyan40.7%
Magenta77.2%
Yellow0.0%
Key (black)43.1%
Color previews
#562191 text on a black background
contrast 2.02:1
Card sample
#562191 text on a white background
contrast 10.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562191;
Background color
Panel with #562191 background
background-color: #562191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 33, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 33, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562191; background: linear-gradient(135deg, #562191, #912181);