#570b95
a dark, electric violet · warm · closest name: indigo
RGB
87, 11, 149
HSL
273°, 86%, 31%
CMYK
42, 93, 0, 42
Luminance
0.0444
Every format
| HEX | #570b95 |
| RGB | rgb(87, 11, 149) |
| HSL | hsl(273, 86%, 31%) |
| CMYK | cmyk(42%, 93%, 0%, 42%) |
| LAB | lab(25.1 54.8 -57.6) |
| LCH | lch(25.1 79.5 313.6) |
| OKLCH | oklch(0.380 0.193 301.2) |
Copy-ready code
/* CSS */
color: #570b95;
background-color: #570b95;
/* Tailwind (arbitrary) */
class="text-[#570b95] bg-[#570b95]"
/* SCSS */
$brand: #570b95;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.584)
/* Android */
Color.parseColor("#570b95")Accessibility — WCAG contrast
Aa
#570b95 on white: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b95 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue58.4%
CMYK percentages
Cyan41.6%
Magenta92.6%
Yellow0.0%
Key (black)41.6%
Color previews
#570b95 text on a black background
contrast 1.89:1
Card sample
#570b95 text on a white background
contrast 11.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b95;
Background color
Panel with #570b95 background
background-color: #570b95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b95; background: linear-gradient(135deg, #570b95, #950B77);