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