#820121
a dark, electric red · warm · closest name: maroon
RGB
130, 1, 33
HSL
345°, 99%, 26%
CMYK
0, 99, 75, 49
Luminance
0.0488
Every format
| HEX | #820121 |
| RGB | rgb(130, 1, 33) |
| HSL | hsl(345, 99%, 26%) |
| CMYK | cmyk(0%, 99%, 75%, 49%) |
| LAB | lab(26.4 49.3 21.4) |
| LCH | lch(26.4 53.7 23.5) |
| OKLCH | oklch(0.385 0.153 18.6) |
Copy-ready code
/* CSS */
color: #820121;
background-color: #820121;
/* Tailwind (arbitrary) */
class="text-[#820121] bg-[#820121]"
/* SCSS */
$brand: #820121;
/* SwiftUI */
Color(red: 0.510, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#820121")Accessibility — WCAG contrast
Aa
#820121 on white: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#820121 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow74.6%
Key (black)49.0%
Color previews
#820121 text on a black background
contrast 1.98:1
Card sample
#820121 text on a white background
contrast 10.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #820121;
Background color
Panel with #820121 background
background-color: #820121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #820121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #820121; background: linear-gradient(135deg, #820121, #823701);