#992f2f
a dark, vivid red · warm · closest name: maroon
RGB
153, 47, 47
HSL
0°, 53%, 39%
CMYK
0, 69, 69, 40
Luminance
0.0901
Every format
| HEX | #992f2f |
| RGB | rgb(153, 47, 47) |
| HSL | hsl(0, 53%, 39%) |
| CMYK | cmyk(0%, 69%, 69%, 40%) |
| LAB | lab(36.0 44.0 25.1) |
| LCH | lch(36.0 50.7 29.7) |
| OKLCH | oklch(0.465 0.141 24.5) |
Copy-ready code
/* CSS */
color: #992f2f;
background-color: #992f2f;
/* Tailwind (arbitrary) */
class="text-[#992f2f] bg-[#992f2f]"
/* SCSS */
$brand: #992f2f;
/* SwiftUI */
Color(red: 0.600, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#992f2f")Accessibility — WCAG contrast
Aa
#992f2f on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#992f2f on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta69.3%
Yellow69.3%
Key (black)40.0%
Color previews
#992f2f text on a black background
contrast 2.80:1
Card sample
#992f2f text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992f2f;
Background color
Panel with #992f2f background
background-color: #992f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992f2f; background: linear-gradient(135deg, #992f2f, #99762F);