#570b63
a deep, electric magenta / pink · warm · closest name: purple
RGB
87, 11, 99
HSL
292°, 80%, 22%
CMYK
12, 89, 0, 61
Luminance
0.0317
Every format
| HEX | #570b63 |
| RGB | rgb(87, 11, 99) |
| HSL | hsl(292, 80%, 22%) |
| CMYK | cmyk(12%, 89%, 0%, 61%) |
| LAB | lab(20.7 44.2 -32.8) |
| LCH | lch(20.7 55.0 323.4) |
| OKLCH | oklch(0.336 0.148 321.5) |
Copy-ready code
/* CSS */
color: #570b63;
background-color: #570b63;
/* Tailwind (arbitrary) */
class="text-[#570b63] bg-[#570b63]"
/* SCSS */
$brand: #570b63;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.388)
/* Android */
Color.parseColor("#570b63")Accessibility — WCAG contrast
Aa
#570b63 on white: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b63 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue38.8%
CMYK percentages
Cyan12.1%
Magenta88.9%
Yellow0.0%
Key (black)61.2%
Color previews
#570b63 text on a black background
contrast 1.63:1
Card sample
#570b63 text on a white background
contrast 12.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b63;
Background color
Panel with #570b63 background
background-color: #570b63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b63; background: linear-gradient(135deg, #570b63, #630B34);