#842621
a dark, vivid red · warm · closest name: maroon
RGB
132, 38, 33
HSL
3°, 60%, 32%
CMYK
0, 71, 75, 48
Luminance
0.0640
Every format
| HEX | #842621 |
| RGB | rgb(132, 38, 33) |
| HSL | hsl(3, 60%, 32%) |
| CMYK | cmyk(0%, 71%, 75%, 48%) |
| LAB | lab(30.4 39.8 26.2) |
| LCH | lch(30.4 47.6 33.4) |
| OKLCH | oklch(0.415 0.129 27.3) |
Copy-ready code
/* CSS */
color: #842621;
background-color: #842621;
/* Tailwind (arbitrary) */
class="text-[#842621] bg-[#842621]"
/* SCSS */
$brand: #842621;
/* SwiftUI */
Color(red: 0.518, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#842621")Accessibility — WCAG contrast
Aa
#842621 on white: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#842621 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow75.0%
Key (black)48.2%
Color previews
#842621 text on a black background
contrast 2.28:1
Card sample
#842621 text on a white background
contrast 9.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #842621;
Background color
Panel with #842621 background
background-color: #842621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #842621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #842621; background: linear-gradient(135deg, #842621, #846821);