#920021
a dark, electric red · warm · closest name: maroon
RGB
146, 0, 33
HSL
346°, 100%, 29%
CMYK
0, 100, 77, 43
Luminance
0.0622
Every format
| HEX | #920021 |
| RGB | rgb(146, 0, 33) |
| HSL | hsl(346, 100%, 29%) |
| CMYK | cmyk(0%, 100%, 77%, 43%) |
| LAB | lab(30.0 53.6 26.5) |
| LCH | lch(30.0 59.8 26.3) |
| OKLCH | oklch(0.417 0.168 20.6) |
Copy-ready code
/* CSS */
color: #920021;
background-color: #920021;
/* Tailwind (arbitrary) */
class="text-[#920021] bg-[#920021]"
/* SCSS */
$brand: #920021;
/* SwiftUI */
Color(red: 0.573, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#920021")Accessibility — WCAG contrast
Aa
#920021 on white: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#920021 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow77.4%
Key (black)42.7%
Color previews
#920021 text on a black background
contrast 2.24:1
Card sample
#920021 text on a white background
contrast 9.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #920021;
Background color
Panel with #920021 background
background-color: #920021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #920021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #920021; background: linear-gradient(135deg, #920021, #924000);