#881021
a dark, electric red · warm · closest name: maroon
RGB
136, 16, 33
HSL
352°, 79%, 30%
CMYK
0, 88, 76, 47
Luminance
0.0571
Every format
| HEX | #881021 |
| RGB | rgb(136, 16, 33) |
| HSL | hsl(352, 79%, 30%) |
| CMYK | cmyk(0%, 88%, 76%, 47%) |
| LAB | lab(28.7 48.2 24.4) |
| LCH | lch(28.7 54.0 26.9) |
| OKLCH | oklch(0.404 0.151 21.4) |
Copy-ready code
/* CSS */
color: #881021;
background-color: #881021;
/* Tailwind (arbitrary) */
class="text-[#881021] bg-[#881021]"
/* SCSS */
$brand: #881021;
/* SwiftUI */
Color(red: 0.533, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#881021")Accessibility — WCAG contrast
Aa
#881021 on white: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881021 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow75.7%
Key (black)46.7%
Color previews
#881021 text on a black background
contrast 2.14:1
Card sample
#881021 text on a white background
contrast 9.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881021;
Background color
Panel with #881021 background
background-color: #881021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881021; background: linear-gradient(135deg, #881021, #884F10);