#570b56
a deep, electric magenta / pink · warm · closest name: purple
RGB
87, 11, 86
HSL
301°, 78%, 19%
CMYK
0, 87, 1, 66
Luminance
0.0294
Every format
| HEX | #570b56 |
| RGB | rgb(87, 11, 86) |
| HSL | hsl(301, 78%, 19%) |
| CMYK | cmyk(0%, 87%, 1%, 66%) |
| LAB | lab(19.8 41.8 -25.6) |
| LCH | lch(19.8 49.0 328.5) |
| OKLCH | oklch(0.327 0.137 328.8) |
Copy-ready code
/* CSS */
color: #570b56;
background-color: #570b56;
/* Tailwind (arbitrary) */
class="text-[#570b56] bg-[#570b56]"
/* SCSS */
$brand: #570b56;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.337)
/* Android */
Color.parseColor("#570b56")Accessibility — WCAG contrast
Aa
#570b56 on white: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b56 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow1.1%
Key (black)65.9%
Color previews
#570b56 text on a black background
contrast 1.59:1
Card sample
#570b56 text on a white background
contrast 13.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b56;
Background color
Panel with #570b56 background
background-color: #570b56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b56; background: linear-gradient(135deg, #570b56, #570B23);