#9e7e3f
a dark, soft orange · warm · closest name: peru
RGB
158, 126, 63
HSL
40°, 43%, 43%
CMYK
0, 20, 60, 38
Luminance
0.2255
Every format
| HEX | #9e7e3f |
| RGB | rgb(158, 126, 63) |
| HSL | hsl(40, 43%, 43%) |
| CMYK | cmyk(0%, 20%, 60%, 38%) |
| LAB | lab(54.6 4.8 38.4) |
| LCH | lch(54.6 38.7 82.9) |
| OKLCH | oklch(0.611 0.090 82.6) |
Copy-ready code
/* CSS */
color: #9e7e3f;
background-color: #9e7e3f;
/* Tailwind (arbitrary) */
class="text-[#9e7e3f] bg-[#9e7e3f]"
/* SCSS */
$brand: #9e7e3f;
/* SwiftUI */
Color(red: 0.620, green: 0.494, blue: 0.247)
/* Android */
Color.parseColor("#9e7e3f")Accessibility — WCAG contrast
Aa
#9e7e3f on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9e7e3f on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green49.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow60.1%
Key (black)38.0%
Color previews
#9e7e3f text on a black background
contrast 5.51:1
Card sample
#9e7e3f text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e7e3f;
Background color
Panel with #9e7e3f background
background-color: #9e7e3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e7e3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 126, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 126, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e7e3f; background: linear-gradient(135deg, #9e7e3f, #7F9E3F);