#992e1f
a dark, vivid red · warm · closest name: maroon
RGB
153, 46, 31
HSL
7°, 66%, 36%
CMYK
0, 70, 80, 40
Luminance
0.0883
Every format
| HEX | #992e1f |
| RGB | rgb(153, 46, 31) |
| HSL | hsl(7, 66%, 36%) |
| CMYK | cmyk(0%, 70%, 80%, 40%) |
| LAB | lab(35.6 43.7 34.2) |
| LCH | lch(35.6 55.5 38.1) |
| OKLCH | oklch(0.462 0.145 31.0) |
Copy-ready code
/* CSS */
color: #992e1f;
background-color: #992e1f;
/* Tailwind (arbitrary) */
class="text-[#992e1f] bg-[#992e1f]"
/* SCSS */
$brand: #992e1f;
/* SwiftUI */
Color(red: 0.600, green: 0.180, blue: 0.122)
/* Android */
Color.parseColor("#992e1f")Accessibility — WCAG contrast
Aa
#992e1f on white: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#992e1f on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green18.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow79.7%
Key (black)40.0%
Color previews
#992e1f text on a black background
contrast 2.77:1
Card sample
#992e1f text on a white background
contrast 7.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992e1f;
Background color
Panel with #992e1f background
background-color: #992e1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992e1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 46, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 46, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992e1f; background: linear-gradient(135deg, #992e1f, #997F1F);