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