#570088
a dark, electric violet · warm · closest name: indigo
RGB
87, 0, 136
HSL
278°, 100%, 27%
CMYK
36, 100, 0, 47
Luminance
0.0380
Every format
| HEX | #570088 |
| RGB | rgb(87, 0, 136) |
| HSL | hsl(278, 100%, 27%) |
| CMYK | cmyk(36%, 100%, 0%, 47%) |
| LAB | lab(23.0 54.3 -52.8) |
| LCH | lch(23.0 75.8 315.8) |
| OKLCH | oklch(0.362 0.187 306.2) |
Copy-ready code
/* CSS */
color: #570088;
background-color: #570088;
/* Tailwind (arbitrary) */
class="text-[#570088] bg-[#570088]"
/* SCSS */
$brand: #570088;
/* SwiftUI */
Color(red: 0.341, green: 0.000, blue: 0.533)
/* Android */
Color.parseColor("#570088")Accessibility — WCAG contrast
Aa
#570088 on white: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570088 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green0.0%
Blue53.3%
CMYK percentages
Cyan36.0%
Magenta100.0%
Yellow0.0%
Key (black)46.7%
Color previews
#570088 text on a black background
contrast 1.76:1
Card sample
#570088 text on a white background
contrast 11.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570088;
Background color
Panel with #570088 background
background-color: #570088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 0, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 0, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570088; background: linear-gradient(135deg, #570088, #88005E);