#57166c
a dark, vivid violet · warm · closest name: purple
RGB
87, 22, 108
HSL
285°, 66%, 26%
CMYK
19, 80, 0, 58
Luminance
0.0368
Every format
| HEX | #57166c |
| RGB | rgb(87, 22, 108) |
| HSL | hsl(285, 66%, 26%) |
| CMYK | cmyk(19%, 80%, 0%, 58%) |
| LAB | lab(22.6 42.5 -35.7) |
| LCH | lch(22.6 55.5 320.0) |
| OKLCH | oklch(0.352 0.145 316.3) |
Copy-ready code
/* CSS */
color: #57166c;
background-color: #57166c;
/* Tailwind (arbitrary) */
class="text-[#57166c] bg-[#57166c]"
/* SCSS */
$brand: #57166c;
/* SwiftUI */
Color(red: 0.341, green: 0.086, blue: 0.424)
/* Android */
Color.parseColor("#57166c")Accessibility — WCAG contrast
Aa
#57166c on white: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#57166c on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green8.6%
Blue42.4%
CMYK percentages
Cyan19.4%
Magenta79.6%
Yellow0.0%
Key (black)57.6%
Color previews
#57166c text on a black background
contrast 1.74:1
Card sample
#57166c text on a white background
contrast 12.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57166c;
Background color
Panel with #57166c background
background-color: #57166c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57166c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 22, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 22, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57166c; background: linear-gradient(135deg, #57166c, #6C1648);