#57104f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
87, 16, 79
HSL
307°, 69%, 20%
CMYK
0, 82, 9, 66
Luminance
0.0296
Every format
| HEX | #57104f |
| RGB | rgb(87, 16, 79) |
| HSL | hsl(307, 69%, 20%) |
| CMYK | cmyk(0%, 82%, 9%, 66%) |
| LAB | lab(19.9 39.0 -20.7) |
| LCH | lch(19.9 44.2 332.0) |
| OKLCH | oklch(0.326 0.126 333.2) |
Copy-ready code
/* CSS */
color: #57104f;
background-color: #57104f;
/* Tailwind (arbitrary) */
class="text-[#57104f] bg-[#57104f]"
/* SCSS */
$brand: #57104f;
/* SwiftUI */
Color(red: 0.341, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#57104f")Accessibility — WCAG contrast
Aa
#57104f on white: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#57104f on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow9.2%
Key (black)65.9%
Color previews
#57104f text on a black background
contrast 1.59:1
Card sample
#57104f text on a white background
contrast 13.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57104f;
Background color
Panel with #57104f background
background-color: #57104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57104f; background: linear-gradient(135deg, #57104f, #571020);