#9f7313
a dark, electric yellow · warm · closest name: peru
RGB
159, 115, 19
HSL
41°, 79%, 35%
CMYK
0, 28, 88, 38
Luminance
0.1968
Every format
| HEX | #9f7313 |
| RGB | rgb(159, 115, 19) |
| HSL | hsl(41, 79%, 35%) |
| CMYK | cmyk(0%, 28%, 88%, 38%) |
| LAB | lab(51.5 9.3 53.8) |
| LCH | lch(51.5 54.6 80.2) |
| OKLCH | oklch(0.585 0.116 80.4) |
Copy-ready code
/* CSS */
color: #9f7313;
background-color: #9f7313;
/* Tailwind (arbitrary) */
class="text-[#9f7313] bg-[#9f7313]"
/* SCSS */
$brand: #9f7313;
/* SwiftUI */
Color(red: 0.624, green: 0.451, blue: 0.075)
/* Android */
Color.parseColor("#9f7313")Accessibility — WCAG contrast
Aa
#9f7313 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f7313 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green45.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow88.1%
Key (black)37.6%
Color previews
#9f7313 text on a black background
contrast 4.94:1
Card sample
#9f7313 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f7313;
Background color
Panel with #9f7313 background
background-color: #9f7313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f7313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 115, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 115, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f7313; background: linear-gradient(135deg, #9f7313, #6E9F13);