#a57749
a balanced, soft orange · warm · closest name: sienna
RGB
165, 119, 73
HSL
30°, 39%, 47%
CMYK
0, 28, 56, 35
Luminance
0.2167
Every format
| HEX | #a57749 |
| RGB | rgb(165, 119, 73) |
| HSL | hsl(30, 39%, 47%) |
| CMYK | cmyk(0%, 28%, 56%, 35%) |
| LAB | lab(53.7 12.7 32.2) |
| LCH | lch(53.7 34.6 68.5) |
| OKLCH | oklch(0.605 0.085 65.0) |
Copy-ready code
/* CSS */
color: #a57749;
background-color: #a57749;
/* Tailwind (arbitrary) */
class="text-[#a57749] bg-[#a57749]"
/* SCSS */
$brand: #a57749;
/* SwiftUI */
Color(red: 0.647, green: 0.467, blue: 0.286)
/* Android */
Color.parseColor("#a57749")Accessibility — WCAG contrast
Aa
#a57749 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a57749 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green46.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow55.8%
Key (black)35.3%
Color previews
#a57749 text on a black background
contrast 5.33:1
Card sample
#a57749 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a57749;
Background color
Panel with #a57749 background
background-color: #a57749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a57749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 119, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 119, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a57749; background: linear-gradient(135deg, #a57749, #96A549);