#570b73
a deep, electric violet · warm · closest name: indigo
RGB
87, 11, 115
HSL
284°, 83%, 25%
CMYK
24, 90, 0, 55
Luminance
0.0350
Every format
| HEX | #570b73 |
| RGB | rgb(87, 11, 115) |
| HSL | hsl(284, 83%, 25%) |
| CMYK | cmyk(24%, 90%, 0%, 55%) |
| LAB | lab(22.0 47.4 -41.2) |
| LCH | lch(22.0 62.8 319.0) |
| OKLCH | oklch(0.349 0.162 313.9) |
Copy-ready code
/* CSS */
color: #570b73;
background-color: #570b73;
/* Tailwind (arbitrary) */
class="text-[#570b73] bg-[#570b73]"
/* SCSS */
$brand: #570b73;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.451)
/* Android */
Color.parseColor("#570b73")Accessibility — WCAG contrast
Aa
#570b73 on white: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b73 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue45.1%
CMYK percentages
Cyan24.3%
Magenta90.4%
Yellow0.0%
Key (black)54.9%
Color previews
#570b73 text on a black background
contrast 1.70:1
Card sample
#570b73 text on a white background
contrast 12.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b73;
Background color
Panel with #570b73 background
background-color: #570b73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b73; background: linear-gradient(135deg, #570b73, #730B4A);