#981c20
a dark, vivid red · warm · closest name: maroon
RGB
152, 28, 32
HSL
358°, 69%, 35%
CMYK
0, 82, 79, 40
Luminance
0.0761
Every format
| HEX | #981c20 |
| RGB | rgb(152, 28, 32) |
| HSL | hsl(358, 69%, 35%) |
| CMYK | cmyk(0%, 82%, 79%, 40%) |
| LAB | lab(33.2 49.8 31.0) |
| LCH | lch(33.2 58.6 31.9) |
| OKLCH | oklch(0.443 0.159 25.3) |
Copy-ready code
/* CSS */
color: #981c20;
background-color: #981c20;
/* Tailwind (arbitrary) */
class="text-[#981c20] bg-[#981c20]"
/* SCSS */
$brand: #981c20;
/* SwiftUI */
Color(red: 0.596, green: 0.110, blue: 0.125)
/* Android */
Color.parseColor("#981c20")Accessibility — WCAG contrast
Aa
#981c20 on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#981c20 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green11.0%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow78.9%
Key (black)40.4%
Color previews
#981c20 text on a black background
contrast 2.52:1
Card sample
#981c20 text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #981c20;
Background color
Panel with #981c20 background
background-color: #981c20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #981c20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 28, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 28, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #981c20; background: linear-gradient(135deg, #981c20, #986B1C);