#570b80
a dark, electric violet · warm · closest name: indigo
RGB
87, 11, 128
HSL
279°, 84%, 27%
CMYK
32, 91, 0, 50
Luminance
0.0382
Every format
| HEX | #570b80 |
| RGB | rgb(87, 11, 128) |
| HSL | hsl(279, 84%, 27%) |
| CMYK | cmyk(32%, 91%, 0%, 50%) |
| LAB | lab(23.1 50.2 -47.7) |
| LCH | lch(23.1 69.2 316.5) |
| OKLCH | oklch(0.360 0.173 308.5) |
Copy-ready code
/* CSS */
color: #570b80;
background-color: #570b80;
/* Tailwind (arbitrary) */
class="text-[#570b80] bg-[#570b80]"
/* SCSS */
$brand: #570b80;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.502)
/* Android */
Color.parseColor("#570b80")Accessibility — WCAG contrast
Aa
#570b80 on white: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b80 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue50.2%
CMYK percentages
Cyan32.0%
Magenta91.4%
Yellow0.0%
Key (black)49.8%
Color previews
#570b80 text on a black background
contrast 1.76:1
Card sample
#570b80 text on a white background
contrast 11.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b80;
Background color
Panel with #570b80 background
background-color: #570b80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b80; background: linear-gradient(135deg, #570b80, #800B5B);