#493b21
a deep, soft orange · warm · closest name: darkslategray
RGB
73, 59, 33
HSL
39°, 38%, 21%
CMYK
0, 19, 55, 71
Luminance
0.0465
Every format
| HEX | #493b21 |
| RGB | rgb(73, 59, 33) |
| HSL | hsl(39, 38%, 21%) |
| CMYK | cmyk(0%, 19%, 55%, 71%) |
| LAB | lab(25.7 2.2 18.4) |
| LCH | lch(25.7 18.5 83.3) |
| OKLCH | oklch(0.360 0.045 82.0) |
Copy-ready code
/* CSS */
color: #493b21;
background-color: #493b21;
/* Tailwind (arbitrary) */
class="text-[#493b21] bg-[#493b21]"
/* SCSS */
$brand: #493b21;
/* SwiftUI */
Color(red: 0.286, green: 0.231, blue: 0.129)
/* Android */
Color.parseColor("#493b21")Accessibility — WCAG contrast
Aa
#493b21 on white: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#493b21 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green23.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow54.8%
Key (black)71.4%
Color previews
#493b21 text on a black background
contrast 1.93:1
Card sample
#493b21 text on a white background
contrast 10.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #493b21;
Background color
Panel with #493b21 background
background-color: #493b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #493b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 59, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 59, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #493b21; background: linear-gradient(135deg, #493b21, #3C4921);