#802821
a dark, vivid red · warm · closest name: maroon
RGB
128, 40, 33
HSL
4°, 59%, 32%
CMYK
0, 69, 74, 50
Luminance
0.0622
Every format
| HEX | #802821 |
| RGB | rgb(128, 40, 33) |
| HSL | hsl(4, 59%, 32%) |
| CMYK | cmyk(0%, 69%, 74%, 50%) |
| LAB | lab(30.0 37.5 25.5) |
| LCH | lch(30.0 45.3 34.2) |
| OKLCH | oklch(0.410 0.123 28.2) |
Copy-ready code
/* CSS */
color: #802821;
background-color: #802821;
/* Tailwind (arbitrary) */
class="text-[#802821] bg-[#802821]"
/* SCSS */
$brand: #802821;
/* SwiftUI */
Color(red: 0.502, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#802821")Accessibility — WCAG contrast
Aa
#802821 on white: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#802821 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow74.2%
Key (black)49.8%
Color previews
#802821 text on a black background
contrast 2.24:1
Card sample
#802821 text on a white background
contrast 9.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802821;
Background color
Panel with #802821 background
background-color: #802821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802821; background: linear-gradient(135deg, #802821, #806721);