#57166b
a dark, vivid violet · warm · closest name: purple
RGB
87, 22, 107
HSL
286°, 66%, 25%
CMYK
19, 79, 0, 58
Luminance
0.0366
Every format
| HEX | #57166b |
| RGB | rgb(87, 22, 107) |
| HSL | hsl(286, 66%, 25%) |
| CMYK | cmyk(19%, 79%, 0%, 58%) |
| LAB | lab(22.5 42.3 -35.1) |
| LCH | lch(22.5 55.0 320.3) |
| OKLCH | oklch(0.351 0.144 316.8) |
Copy-ready code
/* CSS */
color: #57166b;
background-color: #57166b;
/* Tailwind (arbitrary) */
class="text-[#57166b] bg-[#57166b]"
/* SCSS */
$brand: #57166b;
/* SwiftUI */
Color(red: 0.341, green: 0.086, blue: 0.420)
/* Android */
Color.parseColor("#57166b")Accessibility — WCAG contrast
Aa
#57166b on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#57166b on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green8.6%
Blue42.0%
CMYK percentages
Cyan18.7%
Magenta79.4%
Yellow0.0%
Key (black)58.0%
Color previews
#57166b text on a black background
contrast 1.73:1
Card sample
#57166b text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57166b;
Background color
Panel with #57166b background
background-color: #57166b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57166b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 22, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 22, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57166b; background: linear-gradient(135deg, #57166b, #6B1646);