#570b66
a deep, electric magenta / pink · warm · closest name: purple
RGB
87, 11, 102
HSL
290°, 81%, 22%
CMYK
15, 89, 0, 60
Luminance
0.0322
Every format
| HEX | #570b66 |
| RGB | rgb(87, 11, 102) |
| HSL | hsl(290, 81%, 22%) |
| CMYK | cmyk(15%, 89%, 0%, 60%) |
| LAB | lab(20.9 44.8 -34.4) |
| LCH | lch(20.9 56.5 322.4) |
| OKLCH | oklch(0.338 0.150 320.0) |
Copy-ready code
/* CSS */
color: #570b66;
background-color: #570b66;
/* Tailwind (arbitrary) */
class="text-[#570b66] bg-[#570b66]"
/* SCSS */
$brand: #570b66;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.400)
/* Android */
Color.parseColor("#570b66")Accessibility — WCAG contrast
Aa
#570b66 on white: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b66 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue40.0%
CMYK percentages
Cyan14.7%
Magenta89.2%
Yellow0.0%
Key (black)60.0%
Color previews
#570b66 text on a black background
contrast 1.64:1
Card sample
#570b66 text on a white background
contrast 12.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b66;
Background color
Panel with #570b66 background
background-color: #570b66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b66; background: linear-gradient(135deg, #570b66, #660B38);