#a55521
a dark, vivid orange · warm · closest name: sienna
RGB
165, 85, 33
HSL
24°, 67%, 39%
CMYK
0, 49, 80, 35
Luminance
0.1461
Every format
| HEX | #a55521 |
| RGB | rgb(165, 85, 33) |
| HSL | hsl(24, 67%, 39%) |
| CMYK | cmyk(0%, 49%, 80%, 35%) |
| LAB | lab(45.1 29.2 43.3) |
| LCH | lch(45.1 52.2 55.9) |
| OKLCH | oklch(0.537 0.123 49.9) |
Copy-ready code
/* CSS */
color: #a55521;
background-color: #a55521;
/* Tailwind (arbitrary) */
class="text-[#a55521] bg-[#a55521]"
/* SCSS */
$brand: #a55521;
/* SwiftUI */
Color(red: 0.647, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#a55521")Accessibility — WCAG contrast
Aa
#a55521 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a55521 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow80.0%
Key (black)35.3%
Color previews
#a55521 text on a black background
contrast 3.92:1
Card sample
#a55521 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a55521;
Background color
Panel with #a55521 background
background-color: #a55521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a55521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a55521; background: linear-gradient(135deg, #a55521, #9DA521);