#571eb0
a dark, vivid violet · warm · closest name: indigo
RGB
87, 30, 176
HSL
263°, 71%, 40%
CMYK
51, 83, 0, 31
Luminance
0.0609
Every format
| HEX | #571eb0 |
| RGB | rgb(87, 30, 176) |
| HSL | hsl(263, 71%, 40%) |
| CMYK | cmyk(51%, 83%, 0%, 31%) |
| LAB | lab(29.6 55.7 -66.4) |
| LCH | lch(29.6 86.7 310.0) |
| OKLCH | oklch(0.419 0.207 292.5) |
Copy-ready code
/* CSS */
color: #571eb0;
background-color: #571eb0;
/* Tailwind (arbitrary) */
class="text-[#571eb0] bg-[#571eb0]"
/* SCSS */
$brand: #571eb0;
/* SwiftUI */
Color(red: 0.341, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#571eb0")Accessibility — WCAG contrast
Aa
#571eb0 on white: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#571eb0 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green11.8%
Blue69.0%
CMYK percentages
Cyan50.6%
Magenta83.0%
Yellow0.0%
Key (black)31.0%
Color previews
#571eb0 text on a black background
contrast 2.22:1
Card sample
#571eb0 text on a white background
contrast 9.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #571eb0;
Background color
Panel with #571eb0 background
background-color: #571eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #571eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #571eb0; background: linear-gradient(135deg, #571eb0, #B01EA8);