#570b4f
a deep, electric magenta / pink · warm · closest name: purple
RGB
87, 11, 79
HSL
306°, 78%, 19%
CMYK
0, 87, 9, 66
Luminance
0.0283
Every format
| HEX | #570b4f |
| RGB | rgb(87, 11, 79) |
| HSL | hsl(306, 78%, 19%) |
| CMYK | cmyk(0%, 87%, 9%, 66%) |
| LAB | lab(19.4 40.6 -21.6) |
| LCH | lch(19.4 46.0 332.0) |
| OKLCH | oklch(0.322 0.131 333.2) |
Copy-ready code
/* CSS */
color: #570b4f;
background-color: #570b4f;
/* Tailwind (arbitrary) */
class="text-[#570b4f] bg-[#570b4f]"
/* SCSS */
$brand: #570b4f;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.310)
/* Android */
Color.parseColor("#570b4f")Accessibility — WCAG contrast
Aa
#570b4f on white: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b4f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow9.2%
Key (black)65.9%
Color previews
#570b4f text on a black background
contrast 1.57:1
Card sample
#570b4f text on a white background
contrast 13.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b4f;
Background color
Panel with #570b4f background
background-color: #570b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b4f; background: linear-gradient(135deg, #570b4f, #570B1C);