#970121
a dark, electric red · warm · closest name: firebrick
RGB
151, 1, 33
HSL
347°, 99%, 30%
CMYK
0, 99, 78, 41
Luminance
0.0671
Every format
| HEX | #970121 |
| RGB | rgb(151, 1, 33) |
| HSL | hsl(347, 99%, 30%) |
| CMYK | cmyk(0%, 99%, 78%, 41%) |
| LAB | lab(31.1 54.7 28.1) |
| LCH | lch(31.1 61.5 27.2) |
| OKLCH | oklch(0.428 0.172 21.3) |
Copy-ready code
/* CSS */
color: #970121;
background-color: #970121;
/* Tailwind (arbitrary) */
class="text-[#970121] bg-[#970121]"
/* SCSS */
$brand: #970121;
/* SwiftUI */
Color(red: 0.592, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#970121")Accessibility — WCAG contrast
Aa
#970121 on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#970121 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta99.3%
Yellow78.1%
Key (black)40.8%
Color previews
#970121 text on a black background
contrast 2.34:1
Card sample
#970121 text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970121;
Background color
Panel with #970121 background
background-color: #970121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970121; background: linear-gradient(135deg, #970121, #974501);