#921821
a dark, vivid red · warm · closest name: maroon
RGB
146, 24, 33
HSL
356°, 72%, 33%
CMYK
0, 84, 77, 43
Luminance
0.0687
Every format
| HEX | #921821 |
| RGB | rgb(146, 24, 33) |
| HSL | hsl(356, 72%, 33%) |
| CMYK | cmyk(0%, 84%, 77%, 43%) |
| LAB | lab(31.5 49.1 28.2) |
| LCH | lch(31.5 56.7 29.9) |
| OKLCH | oklch(0.429 0.156 23.8) |
Copy-ready code
/* CSS */
color: #921821;
background-color: #921821;
/* Tailwind (arbitrary) */
class="text-[#921821] bg-[#921821]"
/* SCSS */
$brand: #921821;
/* SwiftUI */
Color(red: 0.573, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#921821")Accessibility — WCAG contrast
Aa
#921821 on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#921821 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow77.4%
Key (black)42.7%
Color previews
#921821 text on a black background
contrast 2.37:1
Card sample
#921821 text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #921821;
Background color
Panel with #921821 background
background-color: #921821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #921821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #921821; background: linear-gradient(135deg, #921821, #926018);