#562dbf
a balanced, vivid violet · warm · closest name: indigo
RGB
86, 45, 191
HSL
257°, 62%, 46%
CMYK
55, 76, 0, 25
Luminance
0.0762
Every format
| HEX | #562dbf |
| RGB | rgb(86, 45, 191) |
| HSL | hsl(257, 62%, 46%) |
| CMYK | cmyk(55%, 76%, 0%, 25%) |
| LAB | lab(33.2 53.2 -69.5) |
| LCH | lch(33.2 87.6 307.4) |
| OKLCH | oklch(0.448 0.210 287.4) |
Copy-ready code
/* CSS */
color: #562dbf;
background-color: #562dbf;
/* Tailwind (arbitrary) */
class="text-[#562dbf] bg-[#562dbf]"
/* SCSS */
$brand: #562dbf;
/* SwiftUI */
Color(red: 0.337, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#562dbf")Accessibility — WCAG contrast
Aa
#562dbf on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562dbf on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green17.6%
Blue74.9%
CMYK percentages
Cyan55.0%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#562dbf text on a black background
contrast 2.52:1
Card sample
#562dbf text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562dbf;
Background color
Panel with #562dbf background
background-color: #562dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562dbf; background: linear-gradient(135deg, #562dbf, #B72DBF);