#980c2f
a dark, electric red · warm · closest name: firebrick
RGB
152, 12, 47
HSL
345°, 85%, 32%
CMYK
0, 92, 69, 40
Luminance
0.0714
Every format
| HEX | #980c2f |
| RGB | rgb(152, 12, 47) |
| HSL | hsl(345, 85%, 32%) |
| CMYK | cmyk(0%, 92%, 69%, 40%) |
| LAB | lab(32.1 54.0 20.3) |
| LCH | lch(32.1 57.7 20.6) |
| OKLCH | oklch(0.436 0.168 16.6) |
Copy-ready code
/* CSS */
color: #980c2f;
background-color: #980c2f;
/* Tailwind (arbitrary) */
class="text-[#980c2f] bg-[#980c2f]"
/* SCSS */
$brand: #980c2f;
/* SwiftUI */
Color(red: 0.596, green: 0.047, blue: 0.184)
/* Android */
Color.parseColor("#980c2f")Accessibility — WCAG contrast
Aa
#980c2f on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#980c2f on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green4.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow69.1%
Key (black)40.4%
Color previews
#980c2f text on a black background
contrast 2.43:1
Card sample
#980c2f text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #980c2f;
Background color
Panel with #980c2f background
background-color: #980c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #980c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 12, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 12, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #980c2f; background: linear-gradient(135deg, #980c2f, #98460C);