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