#570a21
a deep, electric magenta / pink · warm · closest name: maroon
RGB
87, 10, 33
HSL
342°, 79%, 19%
CMYK
0, 89, 62, 66
Luminance
0.0235
Every format
| HEX | #570a21 |
| RGB | rgb(87, 10, 33) |
| HSL | hsl(342, 79%, 19%) |
| CMYK | cmyk(0%, 89%, 62%, 66%) |
| LAB | lab(17.2 35.1 7.7) |
| LCH | lch(17.2 35.9 12.3) |
| OKLCH | oklch(0.300 0.108 10.2) |
Copy-ready code
/* CSS */
color: #570a21;
background-color: #570a21;
/* Tailwind (arbitrary) */
class="text-[#570a21] bg-[#570a21]"
/* SCSS */
$brand: #570a21;
/* SwiftUI */
Color(red: 0.341, green: 0.039, blue: 0.129)
/* Android */
Color.parseColor("#570a21")Accessibility — WCAG contrast
Aa
#570a21 on white: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570a21 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green3.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow62.1%
Key (black)65.9%
Color previews
#570a21 text on a black background
contrast 1.47:1
Card sample
#570a21 text on a white background
contrast 14.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570a21;
Background color
Panel with #570a21 background
background-color: #570a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 10, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 10, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570a21; background: linear-gradient(135deg, #570a21, #57260A);