#a35321
a dark, vivid orange · warm · closest name: sienna
RGB
163, 83, 33
HSL
23°, 66%, 38%
CMYK
0, 49, 80, 36
Luminance
0.1408
Every format
| HEX | #a35321 |
| RGB | rgb(163, 83, 33) |
| HSL | hsl(23, 66%, 38%) |
| CMYK | cmyk(0%, 49%, 80%, 36%) |
| LAB | lab(44.4 29.5 42.4) |
| LCH | lch(44.4 51.7 55.2) |
| OKLCH | oklch(0.531 0.122 49.1) |
Copy-ready code
/* CSS */
color: #a35321;
background-color: #a35321;
/* Tailwind (arbitrary) */
class="text-[#a35321] bg-[#a35321]"
/* SCSS */
$brand: #a35321;
/* SwiftUI */
Color(red: 0.639, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#a35321")Accessibility — WCAG contrast
Aa
#a35321 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a35321 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow79.8%
Key (black)36.1%
Color previews
#a35321 text on a black background
contrast 3.82:1
Card sample
#a35321 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a35321;
Background color
Panel with #a35321 background
background-color: #a35321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a35321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a35321; background: linear-gradient(135deg, #a35321, #9CA321);