#a44c21
a dark, vivid orange · warm · closest name: sienna
RGB
164, 76, 33
HSL
20°, 67%, 39%
CMYK
0, 54, 80, 36
Luminance
0.1317
Every format
| HEX | #a44c21 |
| RGB | rgb(164, 76, 33) |
| HSL | hsl(20, 67%, 39%) |
| CMYK | cmyk(0%, 54%, 80%, 36%) |
| LAB | lab(43.0 33.6 41.2) |
| LCH | lch(43.0 53.2 50.8) |
| OKLCH | oklch(0.521 0.129 44.1) |
Copy-ready code
/* CSS */
color: #a44c21;
background-color: #a44c21;
/* Tailwind (arbitrary) */
class="text-[#a44c21] bg-[#a44c21]"
/* SCSS */
$brand: #a44c21;
/* SwiftUI */
Color(red: 0.643, green: 0.298, blue: 0.129)
/* Android */
Color.parseColor("#a44c21")Accessibility — WCAG contrast
Aa
#a44c21 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a44c21 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green29.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow79.9%
Key (black)35.7%
Color previews
#a44c21 text on a black background
contrast 3.63:1
Card sample
#a44c21 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a44c21;
Background color
Panel with #a44c21 background
background-color: #a44c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a44c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 76, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 76, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a44c21; background: linear-gradient(135deg, #a44c21, #A4A321);