#920522
a dark, electric red · warm · closest name: maroon
RGB
146, 5, 34
HSL
348°, 93%, 30%
CMYK
0, 97, 77, 43
Luminance
0.0634
Every format
| HEX | #920522 |
| RGB | rgb(146, 5, 34) |
| HSL | hsl(348, 93%, 30%) |
| CMYK | cmyk(0%, 97%, 77%, 43%) |
| LAB | lab(30.3 52.9 26.1) |
| LCH | lch(30.3 59.0 26.3) |
| OKLCH | oklch(0.419 0.166 20.7) |
Copy-ready code
/* CSS */
color: #920522;
background-color: #920522;
/* Tailwind (arbitrary) */
class="text-[#920522] bg-[#920522]"
/* SCSS */
$brand: #920522;
/* SwiftUI */
Color(red: 0.573, green: 0.020, blue: 0.133)
/* Android */
Color.parseColor("#920522")Accessibility — WCAG contrast
Aa
#920522 on white: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#920522 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green2.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow76.7%
Key (black)42.7%
Color previews
#920522 text on a black background
contrast 2.27:1
Card sample
#920522 text on a white background
contrast 9.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #920522;
Background color
Panel with #920522 background
background-color: #920522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #920522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 5, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 5, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #920522; background: linear-gradient(135deg, #920522, #924605);