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