#880011
a dark, electric red · warm · closest name: maroon
RGB
136, 0, 17
HSL
353°, 100%, 27%
CMYK
0, 100, 88, 47
Luminance
0.0527
Every format
| HEX | #880011 |
| RGB | rgb(136, 0, 17) |
| HSL | hsl(353, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 88%, 47%) |
| LAB | lab(27.5 50.5 33.0) |
| LCH | lch(27.5 60.3 33.2) |
| OKLCH | oklch(0.395 0.160 25.3) |
Copy-ready code
/* CSS */
color: #880011;
background-color: #880011;
/* Tailwind (arbitrary) */
class="text-[#880011] bg-[#880011]"
/* SCSS */
$brand: #880011;
/* SwiftUI */
Color(red: 0.533, green: 0.000, blue: 0.067)
/* Android */
Color.parseColor("#880011")Accessibility — WCAG contrast
Aa
#880011 on white: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880011 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green0.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow87.5%
Key (black)46.7%
Color previews
#880011 text on a black background
contrast 2.05:1
Card sample
#880011 text on a white background
contrast 10.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880011;
Background color
Panel with #880011 background
background-color: #880011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 0, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 0, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880011; background: linear-gradient(135deg, #880011, #884A00);