#a05947
a balanced, soft red · warm · closest name: sienna
RGB
160, 89, 71
HSL
12°, 39%, 45%
CMYK
0, 44, 56, 37
Luminance
0.1507
Every format
| HEX | #a05947 |
| RGB | rgb(160, 89, 71) |
| HSL | hsl(12, 39%, 45%) |
| CMYK | cmyk(0%, 44%, 56%, 37%) |
| LAB | lab(45.7 27.3 23.2) |
| LCH | lch(45.7 35.8 40.3) |
| OKLCH | oklch(0.542 0.098 35.2) |
Copy-ready code
/* CSS */
color: #a05947;
background-color: #a05947;
/* Tailwind (arbitrary) */
class="text-[#a05947] bg-[#a05947]"
/* SCSS */
$brand: #a05947;
/* SwiftUI */
Color(red: 0.627, green: 0.349, blue: 0.278)
/* Android */
Color.parseColor("#a05947")Accessibility — WCAG contrast
Aa
#a05947 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a05947 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green34.9%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow55.6%
Key (black)37.3%
Color previews
#a05947 text on a black background
contrast 4.01:1
Card sample
#a05947 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05947;
Background color
Panel with #a05947 background
background-color: #a05947;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05947;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 89, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 89, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05947; background: linear-gradient(135deg, #a05947, #A09447);