#492a21
a deep, soft red · warm · closest name: black
RGB
73, 42, 33
HSL
14°, 38%, 21%
CMYK
0, 43, 55, 71
Luminance
0.0318
Every format
| HEX | #492a21 |
| RGB | rgb(73, 42, 33) |
| HSL | hsl(14, 38%, 21%) |
| CMYK | cmyk(0%, 43%, 55%, 71%) |
| LAB | lab(20.8 13.3 12.0) |
| LCH | lch(20.8 17.9 42.0) |
| OKLCH | oklch(0.322 0.049 37.0) |
Copy-ready code
/* CSS */
color: #492a21;
background-color: #492a21;
/* Tailwind (arbitrary) */
class="text-[#492a21] bg-[#492a21]"
/* SCSS */
$brand: #492a21;
/* SwiftUI */
Color(red: 0.286, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#492a21")Accessibility — WCAG contrast
Aa
#492a21 on white: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#492a21 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow54.8%
Key (black)71.4%
Color previews
#492a21 text on a black background
contrast 1.64:1
Card sample
#492a21 text on a white background
contrast 12.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #492a21;
Background color
Panel with #492a21 background
background-color: #492a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #492a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #492a21; background: linear-gradient(135deg, #492a21, #494521);