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