#493621
a deep, soft orange · warm · closest name: darkslategray
RGB
73, 54, 33
HSL
32°, 38%, 21%
CMYK
0, 26, 55, 71
Luminance
0.0416
Every format
| HEX | #493621 |
| RGB | rgb(73, 54, 33) |
| HSL | hsl(32, 38%, 21%) |
| CMYK | cmyk(0%, 26%, 55%, 71%) |
| LAB | lab(24.2 5.4 16.4) |
| LCH | lch(24.2 17.3 71.8) |
| OKLCH | oklch(0.349 0.043 68.4) |
Copy-ready code
/* CSS */
color: #493621;
background-color: #493621;
/* Tailwind (arbitrary) */
class="text-[#493621] bg-[#493621]"
/* SCSS */
$brand: #493621;
/* SwiftUI */
Color(red: 0.286, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#493621")Accessibility — WCAG contrast
Aa
#493621 on white: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#493621 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow54.8%
Key (black)71.4%
Color previews
#493621 text on a black background
contrast 1.83:1
Card sample
#493621 text on a white background
contrast 11.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #493621;
Background color
Panel with #493621 background
background-color: #493621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #493621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #493621; background: linear-gradient(135deg, #493621, #414921);