#570b20
a deep, electric magenta / pink · warm · closest name: maroon
RGB
87, 11, 32
HSL
343°, 78%, 19%
CMYK
0, 87, 63, 66
Luminance
0.0237
Every format
| HEX | #570b20 |
| RGB | rgb(87, 11, 32) |
| HSL | hsl(343, 78%, 19%) |
| CMYK | cmyk(0%, 87%, 63%, 66%) |
| LAB | lab(17.3 34.7 8.5) |
| LCH | lch(17.3 35.7 13.8) |
| OKLCH | oklch(0.301 0.107 11.4) |
Copy-ready code
/* CSS */
color: #570b20;
background-color: #570b20;
/* Tailwind (arbitrary) */
class="text-[#570b20] bg-[#570b20]"
/* SCSS */
$brand: #570b20;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.125)
/* Android */
Color.parseColor("#570b20")Accessibility — WCAG contrast
Aa
#570b20 on white: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570b20 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow63.2%
Key (black)65.9%
Color previews
#570b20 text on a black background
contrast 1.47:1
Card sample
#570b20 text on a white background
contrast 14.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570b20;
Background color
Panel with #570b20 background
background-color: #570b20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570b20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570b20; background: linear-gradient(135deg, #570b20, #57290B);