#562eb5
a dark, vivid violet · warm · closest name: indigo
RGB
86, 46, 181
HSL
258°, 60%, 45%
CMYK
53, 75, 0, 29
Luminance
0.0727
Every format
| HEX | #562eb5 |
| RGB | rgb(86, 46, 181) |
| HSL | hsl(258, 60%, 45%) |
| CMYK | cmyk(53%, 75%, 0%, 29%) |
| LAB | lab(32.4 50.0 -64.9) |
| LCH | lch(32.4 81.9 307.6) |
| OKLCH | oklch(0.440 0.197 289.1) |
Copy-ready code
/* CSS */
color: #562eb5;
background-color: #562eb5;
/* Tailwind (arbitrary) */
class="text-[#562eb5] bg-[#562eb5]"
/* SCSS */
$brand: #562eb5;
/* SwiftUI */
Color(red: 0.337, green: 0.180, blue: 0.710)
/* Android */
Color.parseColor("#562eb5")Accessibility — WCAG contrast
Aa
#562eb5 on white: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562eb5 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green18.0%
Blue71.0%
CMYK percentages
Cyan52.5%
Magenta74.6%
Yellow0.0%
Key (black)29.0%
Color previews
#562eb5 text on a black background
contrast 2.45:1
Card sample
#562eb5 text on a white background
contrast 8.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562eb5;
Background color
Panel with #562eb5 background
background-color: #562eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 46, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 46, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562eb5; background: linear-gradient(135deg, #562eb5, #B02EB5);