#881122
a dark, electric red · warm · closest name: maroon
RGB
136, 17, 34
HSL
351°, 78%, 30%
CMYK
0, 88, 75, 47
Luminance
0.0575
Every format
| HEX | #881122 |
| RGB | rgb(136, 17, 34) |
| HSL | hsl(351, 78%, 30%) |
| CMYK | cmyk(0%, 88%, 75%, 47%) |
| LAB | lab(28.8 48.0 23.9) |
| LCH | lch(28.8 53.6 26.5) |
| OKLCH | oklch(0.405 0.151 21.1) |
Copy-ready code
/* CSS */
color: #881122;
background-color: #881122;
/* Tailwind (arbitrary) */
class="text-[#881122] bg-[#881122]"
/* SCSS */
$brand: #881122;
/* SwiftUI */
Color(red: 0.533, green: 0.067, blue: 0.133)
/* Android */
Color.parseColor("#881122")Accessibility — WCAG contrast
Aa
#881122 on white: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881122 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow75.0%
Key (black)46.7%
Color previews
#881122 text on a black background
contrast 2.15:1
Card sample
#881122 text on a white background
contrast 9.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881122;
Background color
Panel with #881122 background
background-color: #881122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 17, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 17, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881122; background: linear-gradient(135deg, #881122, #884F11);