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