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