#920009
a dark, electric red · warm · closest name: maroon
RGB
146, 0, 9
HSL
356°, 100%, 29%
CMYK
0, 100, 94, 43
Luminance
0.0613
Every format
| HEX | #920009 |
| RGB | rgb(146, 0, 9) |
| HSL | hsl(356, 100%, 29%) |
| CMYK | cmyk(0%, 100%, 94%, 43%) |
| LAB | lab(29.8 53.0 39.6) |
| LCH | lch(29.8 66.2 36.8) |
| OKLCH | oklch(0.415 0.169 27.5) |
Copy-ready code
/* CSS */
color: #920009;
background-color: #920009;
/* Tailwind (arbitrary) */
class="text-[#920009] bg-[#920009]"
/* SCSS */
$brand: #920009;
/* SwiftUI */
Color(red: 0.573, green: 0.000, blue: 0.035)
/* Android */
Color.parseColor("#920009")Accessibility — WCAG contrast
Aa
#920009 on white: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#920009 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green0.0%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow93.8%
Key (black)42.7%
Color previews
#920009 text on a black background
contrast 2.23:1
Card sample
#920009 text on a white background
contrast 9.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #920009;
Background color
Panel with #920009 background
background-color: #920009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #920009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 0, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 0, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #920009; background: linear-gradient(135deg, #920009, #925800);