#982139
a dark, vivid red · warm · closest name: firebrick
RGB
152, 33, 57
HSL
348°, 64%, 36%
CMYK
0, 78, 63, 40
Luminance
0.0806
Every format
| HEX | #982139 |
| RGB | rgb(152, 33, 57) |
| HSL | hsl(348, 64%, 36%) |
| CMYK | cmyk(0%, 78%, 63%, 40%) |
| LAB | lab(34.1 49.5 16.4) |
| LCH | lch(34.1 52.2 18.3) |
| OKLCH | oklch(0.451 0.154 15.0) |
Copy-ready code
/* CSS */
color: #982139;
background-color: #982139;
/* Tailwind (arbitrary) */
class="text-[#982139] bg-[#982139]"
/* SCSS */
$brand: #982139;
/* SwiftUI */
Color(red: 0.596, green: 0.129, blue: 0.224)
/* Android */
Color.parseColor("#982139")Accessibility — WCAG contrast
Aa
#982139 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#982139 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green12.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow62.5%
Key (black)40.4%
Color previews
#982139 text on a black background
contrast 2.61:1
Card sample
#982139 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982139;
Background color
Panel with #982139 background
background-color: #982139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 33, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 33, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982139; background: linear-gradient(135deg, #982139, #985821);