#992a39
a dark, vivid red · warm · closest name: firebrick
RGB
153, 42, 57
HSL
352°, 57%, 38%
CMYK
0, 73, 63, 40
Luminance
0.0872
Every format
| HEX | #992a39 |
| RGB | rgb(153, 42, 57) |
| HSL | hsl(352, 57%, 38%) |
| CMYK | cmyk(0%, 73%, 63%, 40%) |
| LAB | lab(35.5 46.6 18.1) |
| LCH | lch(35.5 50.1 21.3) |
| OKLCH | oklch(0.462 0.146 17.6) |
Copy-ready code
/* CSS */
color: #992a39;
background-color: #992a39;
/* Tailwind (arbitrary) */
class="text-[#992a39] bg-[#992a39]"
/* SCSS */
$brand: #992a39;
/* SwiftUI */
Color(red: 0.600, green: 0.165, blue: 0.224)
/* Android */
Color.parseColor("#992a39")Accessibility — WCAG contrast
Aa
#992a39 on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#992a39 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green16.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow62.7%
Key (black)40.0%
Color previews
#992a39 text on a black background
contrast 2.74:1
Card sample
#992a39 text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992a39;
Background color
Panel with #992a39 background
background-color: #992a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 42, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 42, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992a39; background: linear-gradient(135deg, #992a39, #99652A);