#57005c
a deep, electric magenta / pink · warm · closest name: purple
RGB
87, 0, 92
HSL
297°, 100%, 18%
CMYK
5, 100, 0, 64
Luminance
0.0280
Every format
| HEX | #57005c |
| RGB | rgb(87, 0, 92) |
| HSL | hsl(297, 100%, 18%) |
| CMYK | cmyk(5%, 100%, 0%, 64%) |
| LAB | lab(19.2 45.7 -30.6) |
| LCH | lch(19.2 55.0 326.2) |
| OKLCH | oklch(0.324 0.151 325.6) |
Copy-ready code
/* CSS */
color: #57005c;
background-color: #57005c;
/* Tailwind (arbitrary) */
class="text-[#57005c] bg-[#57005c]"
/* SCSS */
$brand: #57005c;
/* SwiftUI */
Color(red: 0.341, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#57005c")Accessibility — WCAG contrast
Aa
#57005c on white: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#57005c on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green0.0%
Blue36.1%
CMYK percentages
Cyan5.4%
Magenta100.0%
Yellow0.0%
Key (black)63.9%
Color previews
#57005c text on a black background
contrast 1.56:1
Card sample
#57005c text on a white background
contrast 13.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57005c;
Background color
Panel with #57005c background
background-color: #57005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57005c; background: linear-gradient(135deg, #57005c, #5C0024);