#9b7204
a dark, electric yellow · warm · closest name: peru
RGB
155, 114, 4
HSL
44°, 95%, 31%
CMYK
0, 27, 97, 39
Luminance
0.1901
Every format
| HEX | #9b7204 |
| RGB | rgb(155, 114, 4) |
| HSL | hsl(44, 95%, 31%) |
| CMYK | cmyk(0%, 27%, 97%, 39%) |
| LAB | lab(50.7 7.7 56.3) |
| LCH | lch(50.7 56.8 82.2) |
| OKLCH | oklch(0.578 0.118 83.2) |
Copy-ready code
/* CSS */
color: #9b7204;
background-color: #9b7204;
/* Tailwind (arbitrary) */
class="text-[#9b7204] bg-[#9b7204]"
/* SCSS */
$brand: #9b7204;
/* SwiftUI */
Color(red: 0.608, green: 0.447, blue: 0.016)
/* Android */
Color.parseColor("#9b7204")Accessibility — WCAG contrast
Aa
#9b7204 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b7204 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green44.7%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow97.4%
Key (black)39.2%
Color previews
#9b7204 text on a black background
contrast 4.80:1
Card sample
#9b7204 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b7204;
Background color
Panel with #9b7204 background
background-color: #9b7204;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b7204;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 114, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 114, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b7204; background: linear-gradient(135deg, #9b7204, #5F9B04);