#570baa
a dark, electric violet · warm · closest name: indigo
RGB
87, 11, 170
HSL
269°, 88%, 36%
CMYK
49, 94, 0, 33
Luminance
0.0517
Every format
| HEX | #570baa |
| RGB | rgb(87, 11, 170) |
| HSL | hsl(269, 88%, 36%) |
| CMYK | cmyk(49%, 94%, 0%, 33%) |
| LAB | lab(27.2 59.6 -66.8) |
| LCH | lch(27.2 89.6 311.7) |
| OKLCH | oklch(0.401 0.212 295.3) |
Copy-ready code
/* CSS */
color: #570baa;
background-color: #570baa;
/* Tailwind (arbitrary) */
class="text-[#570baa] bg-[#570baa]"
/* SCSS */
$brand: #570baa;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.667)
/* Android */
Color.parseColor("#570baa")Accessibility — WCAG contrast
Aa
#570baa on white: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570baa on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue66.7%
CMYK percentages
Cyan48.8%
Magenta93.5%
Yellow0.0%
Key (black)33.3%
Color previews
#570baa text on a black background
contrast 2.03:1
Card sample
#570baa text on a white background
contrast 10.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570baa;
Background color
Panel with #570baa background
background-color: #570baa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570baa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570baa; background: linear-gradient(135deg, #570baa, #AA0B93);