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