#562eb4
a dark, vivid violet · warm · closest name: indigo
RGB
86, 46, 180
HSL
258°, 59%, 44%
CMYK
52, 74, 0, 29
Luminance
0.0723
Every format
| HEX | #562eb4 |
| RGB | rgb(86, 46, 180) |
| HSL | hsl(258, 59%, 44%) |
| CMYK | cmyk(52%, 74%, 0%, 29%) |
| LAB | lab(32.3 49.7 -64.4) |
| LCH | lch(32.3 81.3 307.6) |
| OKLCH | oklch(0.439 0.196 289.3) |
Copy-ready code
/* CSS */
color: #562eb4;
background-color: #562eb4;
/* Tailwind (arbitrary) */
class="text-[#562eb4] bg-[#562eb4]"
/* SCSS */
$brand: #562eb4;
/* SwiftUI */
Color(red: 0.337, green: 0.180, blue: 0.706)
/* Android */
Color.parseColor("#562eb4")Accessibility — WCAG contrast
Aa
#562eb4 on white: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562eb4 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green18.0%
Blue70.6%
CMYK percentages
Cyan52.2%
Magenta74.4%
Yellow0.0%
Key (black)29.4%
Color previews
#562eb4 text on a black background
contrast 2.45:1
Card sample
#562eb4 text on a white background
contrast 8.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562eb4;
Background color
Panel with #562eb4 background
background-color: #562eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 46, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 46, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562eb4; background: linear-gradient(135deg, #562eb4, #AF2EB4);