#570b2e
a deep, electric magenta / pink · warm · closest name: black
RGB
87, 11, 46
HSL
332°, 78%, 19%
CMYK
0, 87, 47, 66
Luminance
0.0246
Every format
| HEX | #570b2e |
| RGB | rgb(87, 11, 46) |
| HSL | hsl(332, 78%, 19%) |
| CMYK | cmyk(0%, 87%, 47%, 66%) |
| LAB | lab(17.8 36.0 -1.0) |
| LCH | lch(17.8 36.0 358.4) |
| OKLCH | oklch(0.305 0.111 358.9) |
Copy-ready code
/* CSS */
color: #570b2e;
background-color: #570b2e;
/* Tailwind (arbitrary) */
class="text-[#570b2e] bg-[#570b2e]"
/* SCSS */
$brand: #570b2e;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.180)
/* Android */
Color.parseColor("#570b2e")Accessibility — WCAG contrast
Aa
#570b2e on white: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b2e on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow47.1%
Key (black)65.9%
Color previews
#570b2e text on a black background
contrast 1.49:1
Card sample
#570b2e text on a white background
contrast 14.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b2e;
Background color
Panel with #570b2e background
background-color: #570b2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b2e; background: linear-gradient(135deg, #570b2e, #571B0B);