#570b4a
a deep, electric magenta / pink · warm · closest name: purple
RGB
87, 11, 74
HSL
310°, 78%, 19%
CMYK
0, 87, 15, 66
Luminance
0.0276
Every format
| HEX | #570b4a |
| RGB | rgb(87, 11, 74) |
| HSL | hsl(310, 78%, 19%) |
| CMYK | cmyk(0%, 87%, 15%, 66%) |
| LAB | lab(19.1 39.7 -18.6) |
| LCH | lch(19.1 43.9 334.9) |
| OKLCH | oklch(0.319 0.128 336.5) |
Copy-ready code
/* CSS */
color: #570b4a;
background-color: #570b4a;
/* Tailwind (arbitrary) */
class="text-[#570b4a] bg-[#570b4a]"
/* SCSS */
$brand: #570b4a;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.290)
/* Android */
Color.parseColor("#570b4a")Accessibility — WCAG contrast
Aa
#570b4a on white: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b4a on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow14.9%
Key (black)65.9%
Color previews
#570b4a text on a black background
contrast 1.55:1
Card sample
#570b4a text on a white background
contrast 13.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b4a;
Background color
Panel with #570b4a background
background-color: #570b4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b4a; background: linear-gradient(135deg, #570b4a, #570B17);