#9e6a50
a balanced, soft orange · warm · closest name: sienna
RGB
158, 106, 80
HSL
20°, 33%, 47%
CMYK
0, 33, 49, 38
Luminance
0.1816
Every format
| HEX | #9e6a50 |
| RGB | rgb(158, 106, 80) |
| HSL | hsl(20, 33%, 47%) |
| CMYK | cmyk(0%, 33%, 49%, 38%) |
| LAB | lab(49.7 17.7 23.0) |
| LCH | lch(49.7 29.0 52.4) |
| OKLCH | oklch(0.573 0.077 47.3) |
Copy-ready code
/* CSS */
color: #9e6a50;
background-color: #9e6a50;
/* Tailwind (arbitrary) */
class="text-[#9e6a50] bg-[#9e6a50]"
/* SCSS */
$brand: #9e6a50;
/* SwiftUI */
Color(red: 0.620, green: 0.416, blue: 0.314)
/* Android */
Color.parseColor("#9e6a50")Accessibility — WCAG contrast
Aa
#9e6a50 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9e6a50 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green41.6%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow49.4%
Key (black)38.0%
Color previews
#9e6a50 text on a black background
contrast 4.63:1
Card sample
#9e6a50 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e6a50;
Background color
Panel with #9e6a50 background
background-color: #9e6a50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e6a50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 106, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 106, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e6a50; background: linear-gradient(135deg, #9e6a50, #9E9E50);