#491421
a deep, vivid red · warm · closest name: black
RGB
73, 20, 33
HSL
345°, 57%, 18%
CMYK
0, 73, 55, 71
Luminance
0.0203
Every format
| HEX | #491421 |
| RGB | rgb(73, 20, 33) |
| HSL | hsl(345, 57%, 18%) |
| CMYK | cmyk(0%, 73%, 55%, 71%) |
| LAB | lab(15.6 26.3 5.0) |
| LCH | lch(15.6 26.8 10.7) |
| OKLCH | oklch(0.283 0.081 9.1) |
Copy-ready code
/* CSS */
color: #491421;
background-color: #491421;
/* Tailwind (arbitrary) */
class="text-[#491421] bg-[#491421]"
/* SCSS */
$brand: #491421;
/* SwiftUI */
Color(red: 0.286, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#491421")Accessibility — WCAG contrast
Aa
#491421 on white: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#491421 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow54.8%
Key (black)71.4%
Color previews
#491421 text on a black background
contrast 1.41:1
Card sample
#491421 text on a white background
contrast 14.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #491421;
Background color
Panel with #491421 background
background-color: #491421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #491421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #491421; background: linear-gradient(135deg, #491421, #492A14);