#570b3f
a deep, electric magenta / pink · warm · closest name: purple
RGB
87, 11, 63
HSL
319°, 78%, 19%
CMYK
0, 87, 28, 66
Luminance
0.0262
Every format
| HEX | #570b3f |
| RGB | rgb(87, 11, 63) |
| HSL | hsl(319, 78%, 19%) |
| CMYK | cmyk(0%, 87%, 28%, 66%) |
| LAB | lab(18.5 38.1 -11.9) |
| LCH | lch(18.5 39.9 342.6) |
| OKLCH | oklch(0.313 0.120 344.6) |
Copy-ready code
/* CSS */
color: #570b3f;
background-color: #570b3f;
/* Tailwind (arbitrary) */
class="text-[#570b3f] bg-[#570b3f]"
/* SCSS */
$brand: #570b3f;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.247)
/* Android */
Color.parseColor("#570b3f")Accessibility — WCAG contrast
Aa
#570b3f on white: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b3f on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow27.6%
Key (black)65.9%
Color previews
#570b3f text on a black background
contrast 1.52:1
Card sample
#570b3f text on a white background
contrast 13.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b3f;
Background color
Panel with #570b3f background
background-color: #570b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b3f; background: linear-gradient(135deg, #570b3f, #570B0C);