#922425
a dark, vivid red · warm · closest name: maroon
RGB
146, 36, 37
HSL
360°, 60%, 36%
CMYK
0, 75, 75, 43
Luminance
0.0751
Every format
| HEX | #922425 |
| RGB | rgb(146, 36, 37) |
| HSL | hsl(360, 60%, 36%) |
| CMYK | cmyk(0%, 75%, 75%, 43%) |
| LAB | lab(32.9 45.5 27.4) |
| LCH | lch(32.9 53.1 31.0) |
| OKLCH | oklch(0.439 0.146 25.1) |
Copy-ready code
/* CSS */
color: #922425;
background-color: #922425;
/* Tailwind (arbitrary) */
class="text-[#922425] bg-[#922425]"
/* SCSS */
$brand: #922425;
/* SwiftUI */
Color(red: 0.573, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#922425")Accessibility — WCAG contrast
Aa
#922425 on white: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#922425 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green14.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow74.7%
Key (black)42.7%
Color previews
#922425 text on a black background
contrast 2.50:1
Card sample
#922425 text on a white background
contrast 8.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #922425;
Background color
Panel with #922425 background
background-color: #922425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #922425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #922425; background: linear-gradient(135deg, #922425, #926C24);