#571621
a deep, vivid red · warm · closest name: maroon
RGB
87, 22, 33
HSL
350°, 60%, 21%
CMYK
0, 75, 62, 66
Luminance
0.0271
Every format
| HEX | #571621 |
| RGB | rgb(87, 22, 33) |
| HSL | hsl(350, 60%, 21%) |
| CMYK | cmyk(0%, 75%, 62%, 66%) |
| LAB | lab(18.8 30.6 9.8) |
| LCH | lch(18.8 32.1 17.8) |
| OKLCH | oklch(0.312 0.095 14.9) |
Copy-ready code
/* CSS */
color: #571621;
background-color: #571621;
/* Tailwind (arbitrary) */
class="text-[#571621] bg-[#571621]"
/* SCSS */
$brand: #571621;
/* SwiftUI */
Color(red: 0.341, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#571621")Accessibility — WCAG contrast
Aa
#571621 on white: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#571621 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.7%
Yellow62.1%
Key (black)65.9%
Color previews
#571621 text on a black background
contrast 1.54:1
Card sample
#571621 text on a white background
contrast 13.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #571621;
Background color
Panel with #571621 background
background-color: #571621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #571621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #571621; background: linear-gradient(135deg, #571621, #573616);