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