#9e6e3f
a dark, soft orange · warm · closest name: sienna
RGB
158, 110, 63
HSL
30°, 43%, 43%
CMYK
0, 30, 60, 38
Luminance
0.1878
Every format
| HEX | #9e6e3f |
| RGB | rgb(158, 110, 63) |
| HSL | hsl(30, 43%, 43%) |
| CMYK | cmyk(0%, 30%, 60%, 38%) |
| LAB | lab(50.4 13.9 33.5) |
| LCH | lch(50.4 36.3 67.5) |
| OKLCH | oklch(0.578 0.088 64.0) |
Copy-ready code
/* CSS */
color: #9e6e3f;
background-color: #9e6e3f;
/* Tailwind (arbitrary) */
class="text-[#9e6e3f] bg-[#9e6e3f]"
/* SCSS */
$brand: #9e6e3f;
/* SwiftUI */
Color(red: 0.620, green: 0.431, blue: 0.247)
/* Android */
Color.parseColor("#9e6e3f")Accessibility — WCAG contrast
Aa
#9e6e3f on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9e6e3f on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green43.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow60.1%
Key (black)38.0%
Color previews
#9e6e3f text on a black background
contrast 4.76:1
Card sample
#9e6e3f text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e6e3f;
Background color
Panel with #9e6e3f background
background-color: #9e6e3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e6e3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 110, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 110, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e6e3f; background: linear-gradient(135deg, #9e6e3f, #8F9E3F);