#571321
a deep, vivid red · warm · closest name: maroon
RGB
87, 19, 33
HSL
348°, 64%, 21%
CMYK
0, 78, 62, 66
Luminance
0.0260
Every format
| HEX | #571321 |
| RGB | rgb(87, 19, 33) |
| HSL | hsl(348, 64%, 21%) |
| CMYK | cmyk(0%, 78%, 62%, 66%) |
| LAB | lab(18.4 31.9 9.2) |
| LCH | lch(18.4 33.2 16.1) |
| OKLCH | oklch(0.309 0.099 13.4) |
Copy-ready code
/* CSS */
color: #571321;
background-color: #571321;
/* Tailwind (arbitrary) */
class="text-[#571321] bg-[#571321]"
/* SCSS */
$brand: #571321;
/* SwiftUI */
Color(red: 0.341, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#571321")Accessibility — WCAG contrast
Aa
#571321 on white: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#571321 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.2%
Yellow62.1%
Key (black)65.9%
Color previews
#571321 text on a black background
contrast 1.52:1
Card sample
#571321 text on a white background
contrast 13.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #571321;
Background color
Panel with #571321 background
background-color: #571321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #571321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #571321; background: linear-gradient(135deg, #571321, #573213);