#9f8317
a dark, vivid yellow · cool · closest name: olive
RGB
159, 131, 23
HSL
48°, 75%, 36%
CMYK
0, 18, 86, 38
Luminance
0.2367
Every format
| HEX | #9f8317 |
| RGB | rgb(159, 131, 23) |
| HSL | hsl(48, 75%, 36%) |
| CMYK | cmyk(0%, 18%, 86%, 38%) |
| LAB | lab(55.8 0.3 56.2) |
| LCH | lch(55.8 56.2 89.6) |
| OKLCH | oklch(0.619 0.120 92.8) |
Copy-ready code
/* CSS */
color: #9f8317;
background-color: #9f8317;
/* Tailwind (arbitrary) */
class="text-[#9f8317] bg-[#9f8317]"
/* SCSS */
$brand: #9f8317;
/* SwiftUI */
Color(red: 0.624, green: 0.514, blue: 0.090)
/* Android */
Color.parseColor("#9f8317")Accessibility — WCAG contrast
Aa
#9f8317 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f8317 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green51.4%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow85.5%
Key (black)37.6%
Color previews
#9f8317 text on a black background
contrast 5.73:1
Card sample
#9f8317 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f8317;
Background color
Panel with #9f8317 background
background-color: #9f8317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f8317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 131, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 131, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f8317; background: linear-gradient(135deg, #9f8317, #609F17);