#96552b
a dark, vivid orange · warm · closest name: sienna
RGB
150, 85, 43
HSL
24°, 55%, 38%
CMYK
0, 43, 71, 41
Luminance
0.1316
Every format
| HEX | #96552b |
| RGB | rgb(150, 85, 43) |
| HSL | hsl(24, 55%, 38%) |
| CMYK | cmyk(0%, 43%, 71%, 41%) |
| LAB | lab(43.0 23.3 35.4) |
| LCH | lch(43.0 42.4 56.7) |
| OKLCH | oklch(0.517 0.103 51.4) |
Copy-ready code
/* CSS */
color: #96552b;
background-color: #96552b;
/* Tailwind (arbitrary) */
class="text-[#96552b] bg-[#96552b]"
/* SCSS */
$brand: #96552b;
/* SwiftUI */
Color(red: 0.588, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#96552b")Accessibility — WCAG contrast
Aa
#96552b on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#96552b on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow71.3%
Key (black)41.2%
Color previews
#96552b text on a black background
contrast 3.63:1
Card sample
#96552b text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96552b;
Background color
Panel with #96552b background
background-color: #96552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96552b; background: linear-gradient(135deg, #96552b, #8F962B);