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