#981c01
a dark, electric red · warm · closest name: maroon
RGB
152, 28, 1
HSL
11°, 99%, 30%
CMYK
0, 82, 99, 40
Luminance
0.0751
Every format
| HEX | #981c01 |
| RGB | rgb(152, 28, 1) |
| HSL | hsl(11, 99%, 30%) |
| CMYK | cmyk(0%, 82%, 99%, 40%) |
| LAB | lab(32.9 49.1 45.7) |
| LCH | lch(32.9 67.1 43.0) |
| OKLCH | oklch(0.441 0.162 32.8) |
Copy-ready code
/* CSS */
color: #981c01;
background-color: #981c01;
/* Tailwind (arbitrary) */
class="text-[#981c01] bg-[#981c01]"
/* SCSS */
$brand: #981c01;
/* SwiftUI */
Color(red: 0.596, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#981c01")Accessibility — WCAG contrast
Aa
#981c01 on white: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#981c01 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow99.3%
Key (black)40.4%
Color previews
#981c01 text on a black background
contrast 2.50:1
Card sample
#981c01 text on a white background
contrast 8.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #981c01;
Background color
Panel with #981c01 background
background-color: #981c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #981c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #981c01; background: linear-gradient(135deg, #981c01, #988101);