#a55c38
a dark, vivid orange · warm · closest name: sienna
RGB
165, 92, 56
HSL
20°, 49%, 43%
CMYK
0, 44, 66, 35
Luminance
0.1594
Every format
| HEX | #a55c38 |
| RGB | rgb(165, 92, 56) |
| HSL | hsl(20, 49%, 43%) |
| CMYK | cmyk(0%, 44%, 66%, 35%) |
| LAB | lab(46.9 26.6 33.4) |
| LCH | lch(46.9 42.6 51.5) |
| OKLCH | oklch(0.552 0.108 45.9) |
Copy-ready code
/* CSS */
color: #a55c38;
background-color: #a55c38;
/* Tailwind (arbitrary) */
class="text-[#a55c38] bg-[#a55c38]"
/* SCSS */
$brand: #a55c38;
/* SwiftUI */
Color(red: 0.647, green: 0.361, blue: 0.220)
/* Android */
Color.parseColor("#a55c38")Accessibility — WCAG contrast
Aa
#a55c38 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a55c38 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green36.1%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow66.1%
Key (black)35.3%
Color previews
#a55c38 text on a black background
contrast 4.19:1
Card sample
#a55c38 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a55c38;
Background color
Panel with #a55c38 background
background-color: #a55c38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a55c38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 92, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 92, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a55c38; background: linear-gradient(135deg, #a55c38, #A5A438);