#a55821
a dark, vivid orange · warm · closest name: sienna
RGB
165, 88, 33
HSL
25°, 67%, 39%
CMYK
0, 47, 80, 35
Luminance
0.1509
Every format
| HEX | #a55821 |
| RGB | rgb(165, 88, 33) |
| HSL | hsl(25, 67%, 39%) |
| CMYK | cmyk(0%, 47%, 80%, 35%) |
| LAB | lab(45.8 27.6 43.9) |
| LCH | lch(45.8 51.9 57.8) |
| OKLCH | oklch(0.543 0.121 52.1) |
Copy-ready code
/* CSS */
color: #a55821;
background-color: #a55821;
/* Tailwind (arbitrary) */
class="text-[#a55821] bg-[#a55821]"
/* SCSS */
$brand: #a55821;
/* SwiftUI */
Color(red: 0.647, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#a55821")Accessibility — WCAG contrast
Aa
#a55821 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a55821 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green34.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow80.0%
Key (black)35.3%
Color previews
#a55821 text on a black background
contrast 4.02:1
Card sample
#a55821 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a55821;
Background color
Panel with #a55821 background
background-color: #a55821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a55821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a55821; background: linear-gradient(135deg, #a55821, #9AA521);