#992421
a dark, vivid red · warm · closest name: maroon
RGB
153, 36, 33
HSL
2°, 65%, 37%
CMYK
0, 77, 78, 40
Luminance
0.0814
Every format
| HEX | #992421 |
| RGB | rgb(153, 36, 33) |
| HSL | hsl(2, 65%, 37%) |
| CMYK | cmyk(0%, 77%, 78%, 40%) |
| LAB | lab(34.3 47.6 31.6) |
| LCH | lch(34.3 57.1 33.6) |
| OKLCH | oklch(0.452 0.154 27.0) |
Copy-ready code
/* CSS */
color: #992421;
background-color: #992421;
/* Tailwind (arbitrary) */
class="text-[#992421] bg-[#992421]"
/* SCSS */
$brand: #992421;
/* SwiftUI */
Color(red: 0.600, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#992421")Accessibility — WCAG contrast
Aa
#992421 on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#992421 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.5%
Yellow78.4%
Key (black)40.0%
Color previews
#992421 text on a black background
contrast 2.63:1
Card sample
#992421 text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992421;
Background color
Panel with #992421 background
background-color: #992421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992421; background: linear-gradient(135deg, #992421, #997421);