#9f833e
a dark, soft yellow · warm · closest name: peru
RGB
159, 131, 62
HSL
43°, 44%, 43%
CMYK
0, 18, 61, 38
Luminance
0.2395
Every format
| HEX | #9f833e |
| RGB | rgb(159, 131, 62) |
| HSL | hsl(43, 44%, 43%) |
| CMYK | cmyk(0%, 18%, 61%, 38%) |
| LAB | lab(56.0 2.3 40.6) |
| LCH | lch(56.0 40.7 86.7) |
| OKLCH | oklch(0.622 0.094 87.3) |
Copy-ready code
/* CSS */
color: #9f833e;
background-color: #9f833e;
/* Tailwind (arbitrary) */
class="text-[#9f833e] bg-[#9f833e]"
/* SCSS */
$brand: #9f833e;
/* SwiftUI */
Color(red: 0.624, green: 0.514, blue: 0.243)
/* Android */
Color.parseColor("#9f833e")Accessibility — WCAG contrast
Aa
#9f833e on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f833e on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green51.4%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow61.0%
Key (black)37.6%
Color previews
#9f833e text on a black background
contrast 5.79:1
Card sample
#9f833e text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f833e;
Background color
Panel with #9f833e background
background-color: #9f833e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f833e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 131, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 131, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f833e; background: linear-gradient(135deg, #9f833e, #7A9F3E);