#562fc2
a balanced, vivid violet · warm · closest name: indigo
RGB
86, 47, 194
HSL
256°, 61%, 47%
CMYK
56, 76, 0, 24
Luminance
0.0791
Every format
| HEX | #562fc2 |
| RGB | rgb(86, 47, 194) |
| HSL | hsl(256, 61%, 47%) |
| CMYK | cmyk(56%, 76%, 0%, 24%) |
| LAB | lab(33.8 53.1 -70.3) |
| LCH | lch(33.8 88.1 307.1) |
| OKLCH | oklch(0.453 0.211 286.7) |
Copy-ready code
/* CSS */
color: #562fc2;
background-color: #562fc2;
/* Tailwind (arbitrary) */
class="text-[#562fc2] bg-[#562fc2]"
/* SCSS */
$brand: #562fc2;
/* SwiftUI */
Color(red: 0.337, green: 0.184, blue: 0.761)
/* Android */
Color.parseColor("#562fc2")Accessibility — WCAG contrast
Aa
#562fc2 on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562fc2 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green18.4%
Blue76.1%
CMYK percentages
Cyan55.7%
Magenta75.8%
Yellow0.0%
Key (black)23.9%
Color previews
#562fc2 text on a black background
contrast 2.58:1
Card sample
#562fc2 text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562fc2;
Background color
Panel with #562fc2 background
background-color: #562fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 47, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 47, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562fc2; background: linear-gradient(135deg, #562fc2, #B82FC2);