#881621
a dark, vivid red · warm · closest name: maroon
RGB
136, 22, 33
HSL
354°, 72%, 31%
CMYK
0, 84, 76, 47
Luminance
0.0592
Every format
| HEX | #881621 |
| RGB | rgb(136, 22, 33) |
| HSL | hsl(354, 72%, 31%) |
| CMYK | cmyk(0%, 84%, 76%, 47%) |
| LAB | lab(29.2 46.7 25.0) |
| LCH | lch(29.2 53.0 28.2) |
| OKLCH | oklch(0.408 0.148 22.5) |
Copy-ready code
/* CSS */
color: #881621;
background-color: #881621;
/* Tailwind (arbitrary) */
class="text-[#881621] bg-[#881621]"
/* SCSS */
$brand: #881621;
/* SwiftUI */
Color(red: 0.533, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#881621")Accessibility — WCAG contrast
Aa
#881621 on white: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881621 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow75.7%
Key (black)46.7%
Color previews
#881621 text on a black background
contrast 2.18:1
Card sample
#881621 text on a white background
contrast 9.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881621;
Background color
Panel with #881621 background
background-color: #881621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881621; background: linear-gradient(135deg, #881621, #885716);