#970f2c
a dark, electric red · warm · closest name: firebrick
RGB
151, 15, 44
HSL
347°, 82%, 33%
CMYK
0, 90, 71, 41
Luminance
0.0710
Every format
| HEX | #970f2c |
| RGB | rgb(151, 15, 44) |
| HSL | hsl(347, 82%, 33%) |
| CMYK | cmyk(0%, 90%, 71%, 41%) |
| LAB | lab(32.0 53.1 22.1) |
| LCH | lch(32.0 57.5 22.6) |
| OKLCH | oklch(0.435 0.165 18.1) |
Copy-ready code
/* CSS */
color: #970f2c;
background-color: #970f2c;
/* Tailwind (arbitrary) */
class="text-[#970f2c] bg-[#970f2c]"
/* SCSS */
$brand: #970f2c;
/* SwiftUI */
Color(red: 0.592, green: 0.059, blue: 0.173)
/* Android */
Color.parseColor("#970f2c")Accessibility — WCAG contrast
Aa
#970f2c on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#970f2c on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green5.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow70.9%
Key (black)40.8%
Color previews
#970f2c text on a black background
contrast 2.42:1
Card sample
#970f2c text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970f2c;
Background color
Panel with #970f2c background
background-color: #970f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 15, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 15, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970f2c; background: linear-gradient(135deg, #970f2c, #974D0F);