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