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