#981921
a dark, vivid red · warm · closest name: firebrick
RGB
152, 25, 33
HSL
356°, 72%, 35%
CMYK
0, 84, 78, 40
Luminance
0.0748
Every format
| HEX | #981921 |
| RGB | rgb(152, 25, 33) |
| HSL | hsl(356, 72%, 35%) |
| CMYK | cmyk(0%, 84%, 78%, 40%) |
| LAB | lab(32.9 50.6 30.1) |
| LCH | lch(32.9 58.9 30.7) |
| OKLCH | oklch(0.441 0.161 24.4) |
Copy-ready code
/* CSS */
color: #981921;
background-color: #981921;
/* Tailwind (arbitrary) */
class="text-[#981921] bg-[#981921]"
/* SCSS */
$brand: #981921;
/* SwiftUI */
Color(red: 0.596, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#981921")Accessibility — WCAG contrast
Aa
#981921 on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#981921 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow78.3%
Key (black)40.4%
Color previews
#981921 text on a black background
contrast 2.50:1
Card sample
#981921 text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #981921;
Background color
Panel with #981921 background
background-color: #981921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #981921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #981921; background: linear-gradient(135deg, #981921, #986619);