#570b47
a deep, electric magenta / pink · warm · closest name: purple
RGB
87, 11, 71
HSL
313°, 78%, 19%
CMYK
0, 87, 18, 66
Luminance
0.0272
Every format
| HEX | #570b47 |
| RGB | rgb(87, 11, 71) |
| HSL | hsl(313, 78%, 19%) |
| CMYK | cmyk(0%, 87%, 18%, 66%) |
| LAB | lab(18.9 39.3 -16.8) |
| LCH | lch(18.9 42.7 336.8) |
| OKLCH | oklch(0.318 0.125 338.6) |
Copy-ready code
/* CSS */
color: #570b47;
background-color: #570b47;
/* Tailwind (arbitrary) */
class="text-[#570b47] bg-[#570b47]"
/* SCSS */
$brand: #570b47;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.278)
/* Android */
Color.parseColor("#570b47")Accessibility — WCAG contrast
Aa
#570b47 on white: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b47 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow18.4%
Key (black)65.9%
Color previews
#570b47 text on a black background
contrast 1.54:1
Card sample
#570b47 text on a white background
contrast 13.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b47;
Background color
Panel with #570b47 background
background-color: #570b47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b47; background: linear-gradient(135deg, #570b47, #570B14);