#493021
a deep, soft orange · warm · closest name: black
RGB
73, 48, 33
HSL
23°, 38%, 21%
CMYK
0, 34, 55, 71
Luminance
0.0364
Every format
| HEX | #493021 |
| RGB | rgb(73, 48, 33) |
| HSL | hsl(23, 38%, 21%) |
| CMYK | cmyk(0%, 34%, 55%, 71%) |
| LAB | lab(22.4 9.3 14.2) |
| LCH | lch(22.4 17.0 56.6) |
| OKLCH | oklch(0.335 0.044 51.6) |
Copy-ready code
/* CSS */
color: #493021;
background-color: #493021;
/* Tailwind (arbitrary) */
class="text-[#493021] bg-[#493021]"
/* SCSS */
$brand: #493021;
/* SwiftUI */
Color(red: 0.286, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#493021")Accessibility — WCAG contrast
Aa
#493021 on white: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#493021 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.2%
Yellow54.8%
Key (black)71.4%
Color previews
#493021 text on a black background
contrast 1.73:1
Card sample
#493021 text on a white background
contrast 12.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #493021;
Background color
Panel with #493021 background
background-color: #493021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #493021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #493021; background: linear-gradient(135deg, #493021, #474921);