#821621
a dark, vivid red · warm · closest name: maroon
RGB
130, 22, 33
HSL
354°, 71%, 30%
CMYK
0, 83, 75, 49
Luminance
0.0543
Every format
| HEX | #821621 |
| RGB | rgb(130, 22, 33) |
| HSL | hsl(354, 71%, 30%) |
| CMYK | cmyk(0%, 83%, 75%, 49%) |
| LAB | lab(27.9 44.9 23.2) |
| LCH | lch(27.9 50.5 27.4) |
| OKLCH | oklch(0.396 0.142 22.0) |
Copy-ready code
/* CSS */
color: #821621;
background-color: #821621;
/* Tailwind (arbitrary) */
class="text-[#821621] bg-[#821621]"
/* SCSS */
$brand: #821621;
/* SwiftUI */
Color(red: 0.510, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#821621")Accessibility — WCAG contrast
Aa
#821621 on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#821621 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow74.6%
Key (black)49.0%
Color previews
#821621 text on a black background
contrast 2.09:1
Card sample
#821621 text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #821621;
Background color
Panel with #821621 background
background-color: #821621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #821621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #821621; background: linear-gradient(135deg, #821621, #825316);