#9c8721
a dark, vivid yellow · cool · closest name: olive
RGB
156, 135, 33
HSL
50°, 65%, 37%
CMYK
0, 14, 79, 39
Luminance
0.2451
Every format
| HEX | #9c8721 |
| RGB | rgb(156, 135, 33) |
| HSL | hsl(50, 65%, 37%) |
| CMYK | cmyk(0%, 14%, 79%, 39%) |
| LAB | lab(56.6 -2.9 53.6) |
| LCH | lch(56.6 53.7 93.1) |
| OKLCH | oklch(0.625 0.118 96.8) |
Copy-ready code
/* CSS */
color: #9c8721;
background-color: #9c8721;
/* Tailwind (arbitrary) */
class="text-[#9c8721] bg-[#9c8721]"
/* SCSS */
$brand: #9c8721;
/* SwiftUI */
Color(red: 0.612, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#9c8721")Accessibility — WCAG contrast
Aa
#9c8721 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c8721 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green52.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow78.8%
Key (black)38.8%
Color previews
#9c8721 text on a black background
contrast 5.90:1
Card sample
#9c8721 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c8721;
Background color
Panel with #9c8721 background
background-color: #9c8721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c8721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c8721; background: linear-gradient(135deg, #9c8721, #5F9C21);