#881c21
a dark, vivid red · warm · closest name: maroon
RGB
136, 28, 33
HSL
357°, 66%, 32%
CMYK
0, 79, 76, 47
Luminance
0.0617
Every format
| HEX | #881c21 |
| RGB | rgb(136, 28, 33) |
| HSL | hsl(357, 66%, 32%) |
| CMYK | cmyk(0%, 79%, 76%, 47%) |
| LAB | lab(29.9 44.9 25.8) |
| LCH | lch(29.9 51.7 29.9) |
| OKLCH | oklch(0.413 0.143 24.0) |
Copy-ready code
/* CSS */
color: #881c21;
background-color: #881c21;
/* Tailwind (arbitrary) */
class="text-[#881c21] bg-[#881c21]"
/* SCSS */
$brand: #881c21;
/* SwiftUI */
Color(red: 0.533, green: 0.110, blue: 0.129)
/* Android */
Color.parseColor("#881c21")Accessibility — WCAG contrast
Aa
#881c21 on white: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881c21 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green11.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow75.7%
Key (black)46.7%
Color previews
#881c21 text on a black background
contrast 2.23:1
Card sample
#881c21 text on a white background
contrast 9.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881c21;
Background color
Panel with #881c21 background
background-color: #881c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 28, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 28, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881c21; background: linear-gradient(135deg, #881c21, #885F1C);