#841021
a dark, electric red · warm · closest name: maroon
RGB
132, 16, 33
HSL
351°, 78%, 29%
CMYK
0, 88, 75, 48
Luminance
0.0539
Every format
| HEX | #841021 |
| RGB | rgb(132, 16, 33) |
| HSL | hsl(351, 78%, 29%) |
| CMYK | cmyk(0%, 88%, 75%, 48%) |
| LAB | lab(27.8 47.0 23.2) |
| LCH | lch(27.8 52.4 26.2) |
| OKLCH | oklch(0.396 0.148 20.9) |
Copy-ready code
/* CSS */
color: #841021;
background-color: #841021;
/* Tailwind (arbitrary) */
class="text-[#841021] bg-[#841021]"
/* SCSS */
$brand: #841021;
/* SwiftUI */
Color(red: 0.518, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#841021")Accessibility — WCAG contrast
Aa
#841021 on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#841021 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow75.0%
Key (black)48.2%
Color previews
#841021 text on a black background
contrast 2.08:1
Card sample
#841021 text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #841021;
Background color
Panel with #841021 background
background-color: #841021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #841021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #841021; background: linear-gradient(135deg, #841021, #844C10);