#9c7a2f
a dark, vivid yellow · warm · closest name: peru
RGB
156, 122, 47
HSL
41°, 54%, 40%
CMYK
0, 22, 70, 39
Luminance
0.2119
Every format
| HEX | #9c7a2f |
| RGB | rgb(156, 122, 47) |
| HSL | hsl(41, 54%, 40%) |
| CMYK | cmyk(0%, 22%, 70%, 39%) |
| LAB | lab(53.2 5.0 44.6) |
| LCH | lch(53.2 44.9 83.5) |
| OKLCH | oklch(0.598 0.101 84.1) |
Copy-ready code
/* CSS */
color: #9c7a2f;
background-color: #9c7a2f;
/* Tailwind (arbitrary) */
class="text-[#9c7a2f] bg-[#9c7a2f]"
/* SCSS */
$brand: #9c7a2f;
/* SwiftUI */
Color(red: 0.612, green: 0.478, blue: 0.184)
/* Android */
Color.parseColor("#9c7a2f")Accessibility — WCAG contrast
Aa
#9c7a2f on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c7a2f on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green47.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow69.9%
Key (black)38.8%
Color previews
#9c7a2f text on a black background
contrast 5.24:1
Card sample
#9c7a2f text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c7a2f;
Background color
Panel with #9c7a2f background
background-color: #9c7a2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c7a2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 122, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 122, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c7a2f; background: linear-gradient(135deg, #9c7a2f, #759C2F);