#992200
a dark, electric red · warm · closest name: maroon
RGB
153, 34, 0
HSL
13°, 100%, 30%
CMYK
0, 78, 100, 40
Luminance
0.0792
Every format
| HEX | #992200 |
| RGB | rgb(153, 34, 0) |
| HSL | hsl(13, 100%, 30%) |
| CMYK | cmyk(0%, 78%, 100%, 40%) |
| LAB | lab(33.8 47.5 46.8) |
| LCH | lch(33.8 66.7 44.5) |
| OKLCH | oklch(0.448 0.159 34.4) |
Copy-ready code
/* CSS */
color: #992200;
background-color: #992200;
/* Tailwind (arbitrary) */
class="text-[#992200] bg-[#992200]"
/* SCSS */
$brand: #992200;
/* SwiftUI */
Color(red: 0.600, green: 0.133, blue: 0.000)
/* Android */
Color.parseColor("#992200")Accessibility — WCAG contrast
Aa
#992200 on white: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#992200 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green13.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow100.0%
Key (black)40.0%
Color previews
#992200 text on a black background
contrast 2.58:1
Card sample
#992200 text on a white background
contrast 8.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992200;
Background color
Panel with #992200 background
background-color: #992200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 34, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 34, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992200; background: linear-gradient(135deg, #992200, #998800);