#820321
a dark, electric red · warm · closest name: maroon
RGB
130, 3, 33
HSL
346°, 96%, 26%
CMYK
0, 98, 75, 49
Luminance
0.0492
Every format
| HEX | #820321 |
| RGB | rgb(130, 3, 33) |
| HSL | hsl(346, 96%, 26%) |
| CMYK | cmyk(0%, 98%, 75%, 49%) |
| LAB | lab(26.5 48.9 21.5) |
| LCH | lch(26.5 53.4 23.8) |
| OKLCH | oklch(0.386 0.152 18.8) |
Copy-ready code
/* CSS */
color: #820321;
background-color: #820321;
/* Tailwind (arbitrary) */
class="text-[#820321] bg-[#820321]"
/* SCSS */
$brand: #820321;
/* SwiftUI */
Color(red: 0.510, green: 0.012, blue: 0.129)
/* Android */
Color.parseColor("#820321")Accessibility — WCAG contrast
Aa
#820321 on white: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#820321 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green1.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta97.7%
Yellow74.6%
Key (black)49.0%
Color previews
#820321 text on a black background
contrast 1.98:1
Card sample
#820321 text on a white background
contrast 10.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #820321;
Background color
Panel with #820321 background
background-color: #820321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #820321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 3, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 3, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #820321; background: linear-gradient(135deg, #820321, #823A03);