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