#96704b
a dark, soft orange · warm · closest name: sienna
RGB
150, 112, 75
HSL
30°, 33%, 44%
CMYK
0, 25, 50, 41
Luminance
0.1858
Every format
| HEX | #96704b |
| RGB | rgb(150, 112, 75) |
| HSL | hsl(30, 33%, 44%) |
| CMYK | cmyk(0%, 25%, 50%, 41%) |
| LAB | lab(50.2 10.3 26.3) |
| LCH | lch(50.2 28.3 68.7) |
| OKLCH | oklch(0.575 0.071 64.9) |
Copy-ready code
/* CSS */
color: #96704b;
background-color: #96704b;
/* Tailwind (arbitrary) */
class="text-[#96704b] bg-[#96704b]"
/* SCSS */
$brand: #96704b;
/* SwiftUI */
Color(red: 0.588, green: 0.439, blue: 0.294)
/* Android */
Color.parseColor("#96704b")Accessibility — WCAG contrast
Aa
#96704b on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#96704b on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green43.9%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow50.0%
Key (black)41.2%
Color previews
#96704b text on a black background
contrast 4.72:1
Card sample
#96704b text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96704b;
Background color
Panel with #96704b background
background-color: #96704b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96704b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 112, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 112, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96704b; background: linear-gradient(135deg, #96704b, #8A964B);