#a35f21
a dark, vivid orange · warm · closest name: sienna
RGB
163, 95, 33
HSL
29°, 66%, 38%
CMYK
0, 42, 80, 36
Luminance
0.1608
Every format
| HEX | #a35f21 |
| RGB | rgb(163, 95, 33) |
| HSL | hsl(29, 66%, 38%) |
| CMYK | cmyk(0%, 42%, 80%, 36%) |
| LAB | lab(47.1 22.9 45.1) |
| LCH | lch(47.1 50.5 63.1) |
| OKLCH | oklch(0.552 0.115 58.4) |
Copy-ready code
/* CSS */
color: #a35f21;
background-color: #a35f21;
/* Tailwind (arbitrary) */
class="text-[#a35f21] bg-[#a35f21]"
/* SCSS */
$brand: #a35f21;
/* SwiftUI */
Color(red: 0.639, green: 0.373, blue: 0.129)
/* Android */
Color.parseColor("#a35f21")Accessibility — WCAG contrast
Aa
#a35f21 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a35f21 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green37.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow79.8%
Key (black)36.1%
Color previews
#a35f21 text on a black background
contrast 4.22:1
Card sample
#a35f21 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a35f21;
Background color
Panel with #a35f21 background
background-color: #a35f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a35f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 95, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 95, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a35f21; background: linear-gradient(135deg, #a35f21, #90A321);