#882221
a dark, vivid red · warm · closest name: maroon
RGB
136, 34, 33
HSL
1°, 61%, 33%
CMYK
0, 75, 76, 47
Luminance
0.0649
Every format
| HEX | #882221 |
| RGB | rgb(136, 34, 33) |
| HSL | hsl(1, 61%, 33%) |
| CMYK | cmyk(0%, 75%, 76%, 47%) |
| LAB | lab(30.6 42.7 26.6) |
| LCH | lch(30.6 50.4 31.9) |
| OKLCH | oklch(0.418 0.138 25.9) |
Copy-ready code
/* CSS */
color: #882221;
background-color: #882221;
/* Tailwind (arbitrary) */
class="text-[#882221] bg-[#882221]"
/* SCSS */
$brand: #882221;
/* SwiftUI */
Color(red: 0.533, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#882221")Accessibility — WCAG contrast
Aa
#882221 on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#882221 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow75.7%
Key (black)46.7%
Color previews
#882221 text on a black background
contrast 2.30:1
Card sample
#882221 text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #882221;
Background color
Panel with #882221 background
background-color: #882221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #882221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #882221; background: linear-gradient(135deg, #882221, #886721);