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