#9c9d39
a dark, vivid yellow · cool · closest name: olive
RGB
156, 157, 57
HSL
61°, 47%, 42%
CMYK
1, 0, 64, 38
Luminance
0.3148
Every format
| HEX | #9c9d39 |
| RGB | rgb(156, 157, 57) |
| HSL | hsl(61, 47%, 42%) |
| CMYK | cmyk(1%, 0%, 64%, 38%) |
| LAB | lab(62.9 -13.5 50.4) |
| LCH | lch(62.9 52.2 104.9) |
| OKLCH | oklch(0.676 0.122 109.8) |
Copy-ready code
/* CSS */
color: #9c9d39;
background-color: #9c9d39;
/* Tailwind (arbitrary) */
class="text-[#9c9d39] bg-[#9c9d39]"
/* SCSS */
$brand: #9c9d39;
/* SwiftUI */
Color(red: 0.612, green: 0.616, blue: 0.224)
/* Android */
Color.parseColor("#9c9d39")Accessibility — WCAG contrast
Aa
#9c9d39 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c9d39 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green61.6%
Blue22.4%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow63.7%
Key (black)38.4%
Color previews
#9c9d39 text on a black background
contrast 7.30:1
Card sample
#9c9d39 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c9d39;
Background color
Panel with #9c9d39 background
background-color: #9c9d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c9d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 157, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 157, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c9d39; background: linear-gradient(135deg, #9c9d39, #599D39);