#a44321
a dark, vivid orange · warm · closest name: sienna
RGB
164, 67, 33
HSL
16°, 67%, 39%
CMYK
0, 59, 80, 36
Luminance
0.1202
Every format
| HEX | #a44321 |
| RGB | rgb(164, 67, 33) |
| HSL | hsl(16, 67%, 39%) |
| CMYK | cmyk(0%, 59%, 80%, 36%) |
| LAB | lab(41.3 38.2 39.4) |
| LCH | lch(41.3 54.9 45.9) |
| OKLCH | oklch(0.508 0.137 38.9) |
Copy-ready code
/* CSS */
color: #a44321;
background-color: #a44321;
/* Tailwind (arbitrary) */
class="text-[#a44321] bg-[#a44321]"
/* SCSS */
$brand: #a44321;
/* SwiftUI */
Color(red: 0.643, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#a44321")Accessibility — WCAG contrast
Aa
#a44321 on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a44321 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow79.9%
Key (black)35.7%
Color previews
#a44321 text on a black background
contrast 3.40:1
Card sample
#a44321 text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a44321;
Background color
Panel with #a44321 background
background-color: #a44321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a44321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a44321; background: linear-gradient(135deg, #a44321, #A49A21);