#a35621
a dark, vivid orange · warm · closest name: sienna
RGB
163, 86, 33
HSL
25°, 66%, 38%
CMYK
0, 47, 80, 36
Luminance
0.1455
Every format
| HEX | #a35621 |
| RGB | rgb(163, 86, 33) |
| HSL | hsl(25, 66%, 38%) |
| CMYK | cmyk(0%, 47%, 80%, 36%) |
| LAB | lab(45.0 27.8 43.1) |
| LCH | lch(45.0 51.3 57.1) |
| OKLCH | oklch(0.536 0.120 51.3) |
Copy-ready code
/* CSS */
color: #a35621;
background-color: #a35621;
/* Tailwind (arbitrary) */
class="text-[#a35621] bg-[#a35621]"
/* SCSS */
$brand: #a35621;
/* SwiftUI */
Color(red: 0.639, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#a35621")Accessibility — WCAG contrast
Aa
#a35621 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a35621 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow79.8%
Key (black)36.1%
Color previews
#a35621 text on a black background
contrast 3.91:1
Card sample
#a35621 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a35621;
Background color
Panel with #a35621 background
background-color: #a35621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a35621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a35621; background: linear-gradient(135deg, #a35621, #99A321);