#9c8c2f
a dark, vivid yellow · cool · closest name: olive
RGB
156, 140, 47
HSL
51°, 54%, 40%
CMYK
0, 10, 70, 39
Luminance
0.2603
Every format
| HEX | #9c8c2f |
| RGB | rgb(156, 140, 47) |
| HSL | hsl(51, 54%, 40%) |
| CMYK | cmyk(0%, 10%, 70%, 39%) |
| LAB | lab(58.1 -5.0 49.7) |
| LCH | lch(58.1 49.9 95.7) |
| OKLCH | oklch(0.637 0.113 99.4) |
Copy-ready code
/* CSS */
color: #9c8c2f;
background-color: #9c8c2f;
/* Tailwind (arbitrary) */
class="text-[#9c8c2f] bg-[#9c8c2f]"
/* SCSS */
$brand: #9c8c2f;
/* SwiftUI */
Color(red: 0.612, green: 0.549, blue: 0.184)
/* Android */
Color.parseColor("#9c8c2f")Accessibility — WCAG contrast
Aa
#9c8c2f on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c8c2f on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green54.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow69.9%
Key (black)38.8%
Color previews
#9c8c2f text on a black background
contrast 6.21:1
Card sample
#9c8c2f text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c8c2f;
Background color
Panel with #9c8c2f background
background-color: #9c8c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c8c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 140, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 140, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c8c2f; background: linear-gradient(135deg, #9c8c2f, #639C2F);