#992f13
a dark, electric red · warm · closest name: maroon
RGB
153, 47, 19
HSL
13°, 78%, 34%
CMYK
0, 69, 88, 40
Luminance
0.0885
Every format
| HEX | #992f13 |
| RGB | rgb(153, 47, 19) |
| HSL | hsl(13, 78%, 34%) |
| CMYK | cmyk(0%, 69%, 88%, 40%) |
| LAB | lab(35.7 42.9 40.4) |
| LCH | lch(35.7 59.0 43.3) |
| OKLCH | oklch(0.462 0.146 35.1) |
Copy-ready code
/* CSS */
color: #992f13;
background-color: #992f13;
/* Tailwind (arbitrary) */
class="text-[#992f13] bg-[#992f13]"
/* SCSS */
$brand: #992f13;
/* SwiftUI */
Color(red: 0.600, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#992f13")Accessibility — WCAG contrast
Aa
#992f13 on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#992f13 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.3%
Yellow87.6%
Key (black)40.0%
Color previews
#992f13 text on a black background
contrast 2.77:1
Card sample
#992f13 text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992f13;
Background color
Panel with #992f13 background
background-color: #992f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992f13; background: linear-gradient(135deg, #992f13, #998813);