#562ccc
a balanced, vivid violet · warm · closest name: navy
RGB
86, 44, 204
HSL
256°, 65%, 49%
CMYK
58, 78, 0, 20
Luminance
0.0814
Every format
| HEX | #562ccc |
| RGB | rgb(86, 44, 204) |
| HSL | hsl(256, 65%, 49%) |
| CMYK | cmyk(58%, 78%, 0%, 20%) |
| LAB | lab(34.3 57.3 -75.3) |
| LCH | lch(34.3 94.6 307.2) |
| OKLCH | oklch(0.459 0.225 285.4) |
Copy-ready code
/* CSS */
color: #562ccc;
background-color: #562ccc;
/* Tailwind (arbitrary) */
class="text-[#562ccc] bg-[#562ccc]"
/* SCSS */
$brand: #562ccc;
/* SwiftUI */
Color(red: 0.337, green: 0.173, blue: 0.800)
/* Android */
Color.parseColor("#562ccc")Accessibility — WCAG contrast
Aa
#562ccc on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562ccc on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green17.3%
Blue80.0%
CMYK percentages
Cyan57.8%
Magenta78.4%
Yellow0.0%
Key (black)20.0%
Color previews
#562ccc text on a black background
contrast 2.63:1
Card sample
#562ccc text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562ccc;
Background color
Panel with #562ccc background
background-color: #562ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 44, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 44, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562ccc; background: linear-gradient(135deg, #562ccc, #C12CCC);