#871821
a dark, vivid red · warm · closest name: maroon
RGB
135, 24, 33
HSL
355°, 70%, 31%
CMYK
0, 82, 76, 47
Luminance
0.0591
Every format
| HEX | #871821 |
| RGB | rgb(135, 24, 33) |
| HSL | hsl(355, 70%, 31%) |
| CMYK | cmyk(0%, 82%, 76%, 47%) |
| LAB | lab(29.2 45.8 25.0) |
| LCH | lch(29.2 52.2 28.6) |
| OKLCH | oklch(0.407 0.145 22.9) |
Copy-ready code
/* CSS */
color: #871821;
background-color: #871821;
/* Tailwind (arbitrary) */
class="text-[#871821] bg-[#871821]"
/* SCSS */
$brand: #871821;
/* SwiftUI */
Color(red: 0.529, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#871821")Accessibility — WCAG contrast
Aa
#871821 on white: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#871821 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow75.6%
Key (black)47.1%
Color previews
#871821 text on a black background
contrast 2.18:1
Card sample
#871821 text on a white background
contrast 9.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #871821;
Background color
Panel with #871821 background
background-color: #871821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #871821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #871821; background: linear-gradient(135deg, #871821, #875918);