#570b64
a deep, electric magenta / pink · warm · closest name: purple
RGB
87, 11, 100
HSL
291°, 80%, 22%
CMYK
13, 89, 0, 61
Luminance
0.0319
Every format
| HEX | #570b64 |
| RGB | rgb(87, 11, 100) |
| HSL | hsl(291, 80%, 22%) |
| CMYK | cmyk(13%, 89%, 0%, 61%) |
| LAB | lab(20.8 44.4 -33.4) |
| LCH | lch(20.8 55.5 323.1) |
| OKLCH | oklch(0.337 0.149 321.0) |
Copy-ready code
/* CSS */
color: #570b64;
background-color: #570b64;
/* Tailwind (arbitrary) */
class="text-[#570b64] bg-[#570b64]"
/* SCSS */
$brand: #570b64;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.392)
/* Android */
Color.parseColor("#570b64")Accessibility — WCAG contrast
Aa
#570b64 on white: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b64 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue39.2%
CMYK percentages
Cyan13.0%
Magenta89.0%
Yellow0.0%
Key (black)60.8%
Color previews
#570b64 text on a black background
contrast 1.64:1
Card sample
#570b64 text on a white background
contrast 12.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b64;
Background color
Panel with #570b64 background
background-color: #570b64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b64; background: linear-gradient(135deg, #570b64, #640B36);