#991128
a dark, electric red · warm · closest name: firebrick
RGB
153, 17, 40
HSL
350°, 80%, 33%
CMYK
0, 89, 74, 40
Luminance
0.0733
Every format
| HEX | #991128 |
| RGB | rgb(153, 17, 40) |
| HSL | hsl(350, 80%, 33%) |
| CMYK | cmyk(0%, 89%, 74%, 40%) |
| LAB | lab(32.5 53.1 25.4) |
| LCH | lch(32.5 58.8 25.6) |
| OKLCH | oklch(0.439 0.166 20.4) |
Copy-ready code
/* CSS */
color: #991128;
background-color: #991128;
/* Tailwind (arbitrary) */
class="text-[#991128] bg-[#991128]"
/* SCSS */
$brand: #991128;
/* SwiftUI */
Color(red: 0.600, green: 0.067, blue: 0.157)
/* Android */
Color.parseColor("#991128")Accessibility — WCAG contrast
Aa
#991128 on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#991128 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green6.7%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow73.9%
Key (black)40.0%
Color previews
#991128 text on a black background
contrast 2.47:1
Card sample
#991128 text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #991128;
Background color
Panel with #991128 background
background-color: #991128;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #991128;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 17, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 17, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #991128; background: linear-gradient(135deg, #991128, #995511);