#493a21
a deep, soft orange · warm · closest name: darkslategray
RGB
73, 58, 33
HSL
38°, 38%, 21%
CMYK
0, 21, 55, 71
Luminance
0.0455
Every format
| HEX | #493a21 |
| RGB | rgb(73, 58, 33) |
| HSL | hsl(38, 38%, 21%) |
| CMYK | cmyk(0%, 21%, 55%, 71%) |
| LAB | lab(25.4 2.8 18.0) |
| LCH | lch(25.4 18.2 81.1) |
| OKLCH | oklch(0.358 0.044 79.4) |
Copy-ready code
/* CSS */
color: #493a21;
background-color: #493a21;
/* Tailwind (arbitrary) */
class="text-[#493a21] bg-[#493a21]"
/* SCSS */
$brand: #493a21;
/* SwiftUI */
Color(red: 0.286, green: 0.227, blue: 0.129)
/* Android */
Color.parseColor("#493a21")Accessibility — WCAG contrast
Aa
#493a21 on white: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#493a21 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green22.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow54.8%
Key (black)71.4%
Color previews
#493a21 text on a black background
contrast 1.91:1
Card sample
#493a21 text on a white background
contrast 10.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #493a21;
Background color
Panel with #493a21 background
background-color: #493a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #493a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 58, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 58, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #493a21; background: linear-gradient(135deg, #493a21, #3D4921);