#9e552b
a dark, vivid orange · warm · closest name: sienna
RGB
158, 85, 43
HSL
22°, 57%, 39%
CMYK
0, 46, 73, 38
Luminance
0.1394
Every format
| HEX | #9e552b |
| RGB | rgb(158, 85, 43) |
| HSL | hsl(22, 57%, 39%) |
| CMYK | cmyk(0%, 46%, 73%, 38%) |
| LAB | lab(44.1 26.7 37.0) |
| LCH | lch(44.1 45.6 54.2) |
| OKLCH | oklch(0.528 0.112 48.5) |
Copy-ready code
/* CSS */
color: #9e552b;
background-color: #9e552b;
/* Tailwind (arbitrary) */
class="text-[#9e552b] bg-[#9e552b]"
/* SCSS */
$brand: #9e552b;
/* SwiftUI */
Color(red: 0.620, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#9e552b")Accessibility — WCAG contrast
Aa
#9e552b on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9e552b on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow72.8%
Key (black)38.0%
Color previews
#9e552b text on a black background
contrast 3.79:1
Card sample
#9e552b text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e552b;
Background color
Panel with #9e552b background
background-color: #9e552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e552b; background: linear-gradient(135deg, #9e552b, #9A9E2B);