#a74621
a dark, vivid orange · warm · closest name: sienna
RGB
167, 70, 33
HSL
17°, 67%, 39%
CMYK
0, 58, 80, 35
Luminance
0.1271
Every format
| HEX | #a74621 |
| RGB | rgb(167, 70, 33) |
| HSL | hsl(17, 67%, 39%) |
| CMYK | cmyk(0%, 58%, 80%, 35%) |
| LAB | lab(42.3 37.9 40.7) |
| LCH | lch(42.3 55.6 47.0) |
| OKLCH | oklch(0.517 0.137 40.0) |
Copy-ready code
/* CSS */
color: #a74621;
background-color: #a74621;
/* Tailwind (arbitrary) */
class="text-[#a74621] bg-[#a74621]"
/* SCSS */
$brand: #a74621;
/* SwiftUI */
Color(red: 0.655, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#a74621")Accessibility — WCAG contrast
Aa
#a74621 on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a74621 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow80.2%
Key (black)34.5%
Color previews
#a74621 text on a black background
contrast 3.54:1
Card sample
#a74621 text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a74621;
Background color
Panel with #a74621 background
background-color: #a74621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a74621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a74621; background: linear-gradient(135deg, #a74621, #A79F21);