#991f2e
a dark, vivid red · warm · closest name: firebrick
RGB
153, 31, 46
HSL
353°, 66%, 36%
CMYK
0, 80, 70, 40
Luminance
0.0795
Every format
| HEX | #991f2e |
| RGB | rgb(153, 31, 46) |
| HSL | hsl(353, 66%, 36%) |
| CMYK | cmyk(0%, 80%, 70%, 40%) |
| LAB | lab(33.9 49.8 23.2) |
| LCH | lch(33.9 54.9 25.0) |
| OKLCH | oklch(0.449 0.157 20.2) |
Copy-ready code
/* CSS */
color: #991f2e;
background-color: #991f2e;
/* Tailwind (arbitrary) */
class="text-[#991f2e] bg-[#991f2e]"
/* SCSS */
$brand: #991f2e;
/* SwiftUI */
Color(red: 0.600, green: 0.122, blue: 0.180)
/* Android */
Color.parseColor("#991f2e")Accessibility — WCAG contrast
Aa
#991f2e on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#991f2e on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green12.2%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta79.7%
Yellow69.9%
Key (black)40.0%
Color previews
#991f2e text on a black background
contrast 2.59:1
Card sample
#991f2e text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #991f2e;
Background color
Panel with #991f2e background
background-color: #991f2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #991f2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 31, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 31, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #991f2e; background: linear-gradient(135deg, #991f2e, #99611F);