#571c13
a deep, vivid red · warm · closest name: maroon
RGB
87, 28, 19
HSL
8°, 64%, 21%
CMYK
0, 68, 78, 66
Luminance
0.0290
Every format
| HEX | #571c13 |
| RGB | rgb(87, 28, 19) |
| HSL | hsl(8, 64%, 21%) |
| CMYK | cmyk(0%, 68%, 78%, 66%) |
| LAB | lab(19.7 26.7 20.4) |
| LCH | lch(19.7 33.6 37.4) |
| OKLCH | oklch(0.318 0.089 31.2) |
Copy-ready code
/* CSS */
color: #571c13;
background-color: #571c13;
/* Tailwind (arbitrary) */
class="text-[#571c13] bg-[#571c13]"
/* SCSS */
$brand: #571c13;
/* SwiftUI */
Color(red: 0.341, green: 0.110, blue: 0.075)
/* Android */
Color.parseColor("#571c13")Accessibility — WCAG contrast
Aa
#571c13 on white: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#571c13 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green11.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta67.8%
Yellow78.2%
Key (black)65.9%
Color previews
#571c13 text on a black background
contrast 1.58:1
Card sample
#571c13 text on a white background
contrast 13.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #571c13;
Background color
Panel with #571c13 background
background-color: #571c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #571c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 28, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 28, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #571c13; background: linear-gradient(135deg, #571c13, #574913);