#57103c
a deep, vivid magenta / pink · warm · closest name: purple
RGB
87, 16, 60
HSL
323°, 69%, 20%
CMYK
0, 82, 31, 66
Luminance
0.0272
Every format
| HEX | #57103c |
| RGB | rgb(87, 16, 60) |
| HSL | hsl(323, 69%, 20%) |
| CMYK | cmyk(0%, 82%, 31%, 66%) |
| LAB | lab(18.9 36.0 -9.2) |
| LCH | lch(18.9 37.2 345.7) |
| OKLCH | oklch(0.316 0.113 347.6) |
Copy-ready code
/* CSS */
color: #57103c;
background-color: #57103c;
/* Tailwind (arbitrary) */
class="text-[#57103c] bg-[#57103c]"
/* SCSS */
$brand: #57103c;
/* SwiftUI */
Color(red: 0.341, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#57103c")Accessibility — WCAG contrast
Aa
#57103c on white: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#57103c on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow31.0%
Key (black)65.9%
Color previews
#57103c text on a black background
contrast 1.54:1
Card sample
#57103c text on a white background
contrast 13.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57103c;
Background color
Panel with #57103c background
background-color: #57103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57103c; background: linear-gradient(135deg, #57103c, #571310);