#491a21
a deep, vivid red · warm · closest name: black
RGB
73, 26, 33
HSL
351°, 48%, 19%
CMYK
0, 64, 55, 71
Luminance
0.0227
Every format
| HEX | #491a21 |
| RGB | rgb(73, 26, 33) |
| HSL | hsl(351, 48%, 19%) |
| CMYK | cmyk(0%, 64%, 55%, 71%) |
| LAB | lab(16.8 23.1 6.6) |
| LCH | lch(16.8 24.1 16.0) |
| OKLCH | oklch(0.292 0.072 13.6) |
Copy-ready code
/* CSS */
color: #491a21;
background-color: #491a21;
/* Tailwind (arbitrary) */
class="text-[#491a21] bg-[#491a21]"
/* SCSS */
$brand: #491a21;
/* SwiftUI */
Color(red: 0.286, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#491a21")Accessibility — WCAG contrast
Aa
#491a21 on white: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#491a21 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow54.8%
Key (black)71.4%
Color previews
#491a21 text on a black background
contrast 1.45:1
Card sample
#491a21 text on a white background
contrast 14.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #491a21;
Background color
Panel with #491a21 background
background-color: #491a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #491a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #491a21; background: linear-gradient(135deg, #491a21, #49321A);