#881421
a dark, vivid red · warm · closest name: maroon
RGB
136, 20, 33
HSL
353°, 74%, 31%
CMYK
0, 85, 76, 47
Luminance
0.0584
Every format
| HEX | #881421 |
| RGB | rgb(136, 20, 33) |
| HSL | hsl(353, 74%, 31%) |
| CMYK | cmyk(0%, 85%, 76%, 47%) |
| LAB | lab(29.0 47.2 24.8) |
| LCH | lch(29.0 53.3 27.7) |
| OKLCH | oklch(0.406 0.149 22.1) |
Copy-ready code
/* CSS */
color: #881421;
background-color: #881421;
/* Tailwind (arbitrary) */
class="text-[#881421] bg-[#881421]"
/* SCSS */
$brand: #881421;
/* SwiftUI */
Color(red: 0.533, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#881421")Accessibility — WCAG contrast
Aa
#881421 on white: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881421 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.3%
Yellow75.7%
Key (black)46.7%
Color previews
#881421 text on a black background
contrast 2.17:1
Card sample
#881421 text on a white background
contrast 9.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881421;
Background color
Panel with #881421 background
background-color: #881421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881421; background: linear-gradient(135deg, #881421, #885414);