#981421
a dark, electric red · warm · closest name: firebrick
RGB
152, 20, 33
HSL
354°, 77%, 34%
CMYK
0, 87, 78, 40
Luminance
0.0729
Every format
| HEX | #981421 |
| RGB | rgb(152, 20, 33) |
| HSL | hsl(354, 77%, 34%) |
| CMYK | cmyk(0%, 87%, 78%, 40%) |
| LAB | lab(32.5 51.9 29.6) |
| LCH | lch(32.5 59.7 29.7) |
| OKLCH | oklch(0.438 0.164 23.5) |
Copy-ready code
/* CSS */
color: #981421;
background-color: #981421;
/* Tailwind (arbitrary) */
class="text-[#981421] bg-[#981421]"
/* SCSS */
$brand: #981421;
/* SwiftUI */
Color(red: 0.596, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#981421")Accessibility — WCAG contrast
Aa
#981421 on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#981421 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow78.3%
Key (black)40.4%
Color previews
#981421 text on a black background
contrast 2.46:1
Card sample
#981421 text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #981421;
Background color
Panel with #981421 background
background-color: #981421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #981421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #981421; background: linear-gradient(135deg, #981421, #985F14);