#a96154
a balanced, soft red · warm · closest name: sienna
RGB
169, 97, 84
HSL
9°, 34%, 50%
CMYK
0, 43, 50, 34
Luminance
0.1762
Every format
| HEX | #a96154 |
| RGB | rgb(169, 97, 84) |
| HSL | hsl(9, 34%, 50%) |
| CMYK | cmyk(0%, 43%, 50%, 34%) |
| LAB | lab(49.0 27.8 20.1) |
| LCH | lch(49.0 34.3 35.9) |
| OKLCH | oklch(0.571 0.096 31.1) |
Copy-ready code
/* CSS */
color: #a96154;
background-color: #a96154;
/* Tailwind (arbitrary) */
class="text-[#a96154] bg-[#a96154]"
/* SCSS */
$brand: #a96154;
/* SwiftUI */
Color(red: 0.663, green: 0.380, blue: 0.329)
/* Android */
Color.parseColor("#a96154")Accessibility — WCAG contrast
Aa
#a96154 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a96154 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green38.0%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow50.3%
Key (black)33.7%
Color previews
#a96154 text on a black background
contrast 4.52:1
Card sample
#a96154 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a96154;
Background color
Panel with #a96154 background
background-color: #a96154;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a96154;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 97, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 97, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a96154; background: linear-gradient(135deg, #a96154, #A99A54);