#921321
a dark, electric red · warm · closest name: maroon
RGB
146, 19, 33
HSL
353°, 77%, 32%
CMYK
0, 87, 77, 43
Luminance
0.0669
Every format
| HEX | #921321 |
| RGB | rgb(146, 19, 33) |
| HSL | hsl(353, 77%, 32%) |
| CMYK | cmyk(0%, 87%, 77%, 43%) |
| LAB | lab(31.1 50.4 27.7) |
| LCH | lch(31.1 57.5 28.8) |
| OKLCH | oklch(0.425 0.159 22.8) |
Copy-ready code
/* CSS */
color: #921321;
background-color: #921321;
/* Tailwind (arbitrary) */
class="text-[#921321] bg-[#921321]"
/* SCSS */
$brand: #921321;
/* SwiftUI */
Color(red: 0.573, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#921321")Accessibility — WCAG contrast
Aa
#921321 on white: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#921321 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow77.4%
Key (black)42.7%
Color previews
#921321 text on a black background
contrast 2.34:1
Card sample
#921321 text on a white background
contrast 8.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #921321;
Background color
Panel with #921321 background
background-color: #921321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #921321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #921321; background: linear-gradient(135deg, #921321, #925A13);