#491c21
a deep, soft red · warm · closest name: black
RGB
73, 28, 33
HSL
353°, 45%, 20%
CMYK
0, 62, 55, 71
Luminance
0.0236
Every format
| HEX | #491c21 |
| RGB | rgb(73, 28, 33) |
| HSL | hsl(353, 45%, 20%) |
| CMYK | cmyk(0%, 62%, 55%, 71%) |
| LAB | lab(17.3 22.0 7.2) |
| LCH | lch(17.3 23.1 18.2) |
| OKLCH | oklch(0.295 0.069 15.5) |
Copy-ready code
/* CSS */
color: #491c21;
background-color: #491c21;
/* Tailwind (arbitrary) */
class="text-[#491c21] bg-[#491c21]"
/* SCSS */
$brand: #491c21;
/* SwiftUI */
Color(red: 0.286, green: 0.110, blue: 0.129)
/* Android */
Color.parseColor("#491c21")Accessibility — WCAG contrast
Aa
#491c21 on white: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#491c21 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green11.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow54.8%
Key (black)71.4%
Color previews
#491c21 text on a black background
contrast 1.47:1
Card sample
#491c21 text on a white background
contrast 14.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #491c21;
Background color
Panel with #491c21 background
background-color: #491c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #491c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 28, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 28, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #491c21; background: linear-gradient(135deg, #491c21, #49351C);