#562dcd
a balanced, vivid violet · warm · closest name: navy
RGB
86, 45, 205
HSL
255°, 64%, 49%
CMYK
58, 78, 0, 20
Luminance
0.0826
Every format
| HEX | #562dcd |
| RGB | rgb(86, 45, 205) |
| HSL | hsl(255, 64%, 49%) |
| CMYK | cmyk(58%, 78%, 0%, 20%) |
| LAB | lab(34.5 57.1 -75.5) |
| LCH | lch(34.5 94.7 307.1) |
| OKLCH | oklch(0.461 0.225 285.1) |
Copy-ready code
/* CSS */
color: #562dcd;
background-color: #562dcd;
/* Tailwind (arbitrary) */
class="text-[#562dcd] bg-[#562dcd]"
/* SCSS */
$brand: #562dcd;
/* SwiftUI */
Color(red: 0.337, green: 0.176, blue: 0.804)
/* Android */
Color.parseColor("#562dcd")Accessibility — WCAG contrast
Aa
#562dcd on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562dcd on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green17.6%
Blue80.4%
CMYK percentages
Cyan58.0%
Magenta78.0%
Yellow0.0%
Key (black)19.6%
Color previews
#562dcd text on a black background
contrast 2.65:1
Card sample
#562dcd text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562dcd;
Background color
Panel with #562dcd background
background-color: #562dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 45, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 45, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562dcd; background: linear-gradient(135deg, #562dcd, #C12DCD);