#492d21
a deep, soft orange · warm · closest name: black
RGB
73, 45, 33
HSL
18°, 38%, 21%
CMYK
0, 38, 55, 71
Luminance
0.0340
Every format
| HEX | #492d21 |
| RGB | rgb(73, 45, 33) |
| HSL | hsl(18, 38%, 21%) |
| CMYK | cmyk(0%, 38%, 55%, 71%) |
| LAB | lab(21.6 11.3 13.1) |
| LCH | lch(21.6 17.3 49.1) |
| OKLCH | oklch(0.328 0.046 43.9) |
Copy-ready code
/* CSS */
color: #492d21;
background-color: #492d21;
/* Tailwind (arbitrary) */
class="text-[#492d21] bg-[#492d21]"
/* SCSS */
$brand: #492d21;
/* SwiftUI */
Color(red: 0.286, green: 0.176, blue: 0.129)
/* Android */
Color.parseColor("#492d21")Accessibility — WCAG contrast
Aa
#492d21 on white: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#492d21 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green17.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow54.8%
Key (black)71.4%
Color previews
#492d21 text on a black background
contrast 1.68:1
Card sample
#492d21 text on a white background
contrast 12.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #492d21;
Background color
Panel with #492d21 background
background-color: #492d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #492d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 45, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 45, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #492d21; background: linear-gradient(135deg, #492d21, #494821);