#880121
a dark, electric red · warm · closest name: maroon
RGB
136, 1, 33
HSL
346°, 99%, 27%
CMYK
0, 99, 76, 47
Luminance
0.0537
Every format
| HEX | #880121 |
| RGB | rgb(136, 1, 33) |
| HSL | hsl(346, 99%, 27%) |
| CMYK | cmyk(0%, 99%, 76%, 47%) |
| LAB | lab(27.8 50.9 23.3) |
| LCH | lch(27.8 56.0 24.7) |
| OKLCH | oklch(0.397 0.159 19.5) |
Copy-ready code
/* CSS */
color: #880121;
background-color: #880121;
/* Tailwind (arbitrary) */
class="text-[#880121] bg-[#880121]"
/* SCSS */
$brand: #880121;
/* SwiftUI */
Color(red: 0.533, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#880121")Accessibility — WCAG contrast
Aa
#880121 on white: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880121 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta99.3%
Yellow75.7%
Key (black)46.7%
Color previews
#880121 text on a black background
contrast 2.07:1
Card sample
#880121 text on a white background
contrast 10.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880121;
Background color
Panel with #880121 background
background-color: #880121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880121; background: linear-gradient(135deg, #880121, #883B01);