#562bcf
a balanced, vivid violet · warm · closest name: navy
RGB
86, 43, 207
HSL
256°, 66%, 49%
CMYK
59, 79, 0, 19
Luminance
0.0821
Every format
| HEX | #562bcf |
| RGB | rgb(86, 43, 207) |
| HSL | hsl(256, 66%, 49%) |
| CMYK | cmyk(59%, 79%, 0%, 19%) |
| LAB | lab(34.4 58.5 -76.8) |
| LCH | lch(34.4 96.6 307.3) |
| OKLCH | oklch(0.461 0.229 285.0) |
Copy-ready code
/* CSS */
color: #562bcf;
background-color: #562bcf;
/* Tailwind (arbitrary) */
class="text-[#562bcf] bg-[#562bcf]"
/* SCSS */
$brand: #562bcf;
/* SwiftUI */
Color(red: 0.337, green: 0.169, blue: 0.812)
/* Android */
Color.parseColor("#562bcf")Accessibility — WCAG contrast
Aa
#562bcf on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562bcf on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green16.9%
Blue81.2%
CMYK percentages
Cyan58.5%
Magenta79.2%
Yellow0.0%
Key (black)18.8%
Color previews
#562bcf text on a black background
contrast 2.64:1
Card sample
#562bcf text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562bcf;
Background color
Panel with #562bcf background
background-color: #562bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 43, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 43, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562bcf; background: linear-gradient(135deg, #562bcf, #C32BCF);