#a64421
a dark, vivid orange · warm · closest name: sienna
RGB
166, 68, 33
HSL
16°, 67%, 39%
CMYK
0, 59, 80, 35
Luminance
0.1235
Every format
| HEX | #a64421 |
| RGB | rgb(166, 68, 33) |
| HSL | hsl(16, 67%, 39%) |
| CMYK | cmyk(0%, 59%, 80%, 35%) |
| LAB | lab(41.8 38.5 40.1) |
| LCH | lch(41.8 55.6 46.2) |
| OKLCH | oklch(0.513 0.138 39.1) |
Copy-ready code
/* CSS */
color: #a64421;
background-color: #a64421;
/* Tailwind (arbitrary) */
class="text-[#a64421] bg-[#a64421]"
/* SCSS */
$brand: #a64421;
/* SwiftUI */
Color(red: 0.651, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#a64421")Accessibility — WCAG contrast
Aa
#a64421 on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a64421 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green26.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.0%
Yellow80.1%
Key (black)34.9%
Color previews
#a64421 text on a black background
contrast 3.47:1
Card sample
#a64421 text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a64421;
Background color
Panel with #a64421 background
background-color: #a64421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a64421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a64421; background: linear-gradient(135deg, #a64421, #A69D21);