#822621
a dark, vivid red · warm · closest name: maroon
RGB
130, 38, 33
HSL
3°, 60%, 32%
CMYK
0, 71, 75, 49
Luminance
0.0624
Every format
| HEX | #822621 |
| RGB | rgb(130, 38, 33) |
| HSL | hsl(3, 60%, 32%) |
| CMYK | cmyk(0%, 71%, 75%, 49%) |
| LAB | lab(30.0 39.0 25.6) |
| LCH | lch(30.0 46.7 33.3) |
| OKLCH | oklch(0.412 0.127 27.3) |
Copy-ready code
/* CSS */
color: #822621;
background-color: #822621;
/* Tailwind (arbitrary) */
class="text-[#822621] bg-[#822621]"
/* SCSS */
$brand: #822621;
/* SwiftUI */
Color(red: 0.510, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#822621")Accessibility — WCAG contrast
Aa
#822621 on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#822621 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow74.6%
Key (black)49.0%
Color previews
#822621 text on a black background
contrast 2.25:1
Card sample
#822621 text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #822621;
Background color
Panel with #822621 background
background-color: #822621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #822621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #822621; background: linear-gradient(135deg, #822621, #826721);