#881900
a dark, electric red · warm · closest name: maroon
RGB
136, 25, 0
HSL
11°, 100%, 27%
CMYK
0, 82, 100, 47
Luminance
0.0593
Every format
| HEX | #881900 |
| RGB | rgb(136, 25, 0) |
| HSL | hsl(11, 100%, 27%) |
| CMYK | cmyk(0%, 82%, 100%, 47%) |
| LAB | lab(29.2 44.9 42.0) |
| LCH | lch(29.2 61.5 43.0) |
| OKLCH | oklch(0.407 0.149 33.3) |
Copy-ready code
/* CSS */
color: #881900;
background-color: #881900;
/* Tailwind (arbitrary) */
class="text-[#881900] bg-[#881900]"
/* SCSS */
$brand: #881900;
/* SwiftUI */
Color(red: 0.533, green: 0.098, blue: 0.000)
/* Android */
Color.parseColor("#881900")Accessibility — WCAG contrast
Aa
#881900 on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881900 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green9.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow100.0%
Key (black)46.7%
Color previews
#881900 text on a black background
contrast 2.19:1
Card sample
#881900 text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881900;
Background color
Panel with #881900 background
background-color: #881900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 25, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 25, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881900; background: linear-gradient(135deg, #881900, #887400);