#9f673e
a dark, soft orange · warm · closest name: sienna
RGB
159, 103, 62
HSL
25°, 44%, 43%
CMYK
0, 35, 61, 38
Luminance
0.1742
Every format
| HEX | #9f673e |
| RGB | rgb(159, 103, 62) |
| HSL | hsl(25, 44%, 43%) |
| CMYK | cmyk(0%, 35%, 61%, 38%) |
| LAB | lab(48.8 18.2 32.1) |
| LCH | lch(48.8 36.9 60.4) |
| OKLCH | oklch(0.565 0.091 55.8) |
Copy-ready code
/* CSS */
color: #9f673e;
background-color: #9f673e;
/* Tailwind (arbitrary) */
class="text-[#9f673e] bg-[#9f673e]"
/* SCSS */
$brand: #9f673e;
/* SwiftUI */
Color(red: 0.624, green: 0.404, blue: 0.243)
/* Android */
Color.parseColor("#9f673e")Accessibility — WCAG contrast
Aa
#9f673e on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f673e on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green40.4%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow61.0%
Key (black)37.6%
Color previews
#9f673e text on a black background
contrast 4.48:1
Card sample
#9f673e text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f673e;
Background color
Panel with #9f673e background
background-color: #9f673e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f673e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 103, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 103, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f673e; background: linear-gradient(135deg, #9f673e, #969F3E);