#a75421
a dark, vivid orange · warm · closest name: sienna
RGB
167, 84, 33
HSL
23°, 67%, 39%
CMYK
0, 50, 80, 35
Luminance
0.1467
Every format
| HEX | #a75421 |
| RGB | rgb(167, 84, 33) |
| HSL | hsl(23, 67%, 39%) |
| CMYK | cmyk(0%, 50%, 80%, 35%) |
| LAB | lab(45.2 30.6 43.4) |
| LCH | lch(45.2 53.1 54.8) |
| OKLCH | oklch(0.539 0.126 48.6) |
Copy-ready code
/* CSS */
color: #a75421;
background-color: #a75421;
/* Tailwind (arbitrary) */
class="text-[#a75421] bg-[#a75421]"
/* SCSS */
$brand: #a75421;
/* SwiftUI */
Color(red: 0.655, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#a75421")Accessibility — WCAG contrast
Aa
#a75421 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a75421 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow80.2%
Key (black)34.5%
Color previews
#a75421 text on a black background
contrast 3.93:1
Card sample
#a75421 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a75421;
Background color
Panel with #a75421 background
background-color: #a75421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a75421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a75421; background: linear-gradient(135deg, #a75421, #A1A721);