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