#9ca521
a dark, vivid yellow · cool · closest name: olive
RGB
156, 165, 33
HSL
64°, 67%, 39%
CMYK
6, 0, 80, 35
Luminance
0.3409
Every format
| HEX | #9ca521 |
| RGB | rgb(156, 165, 33) |
| HSL | hsl(64, 67%, 39%) |
| CMYK | cmyk(6%, 0%, 80%, 35%) |
| LAB | lab(65.0 -18.8 61.3) |
| LCH | lch(65.0 64.1 107.1) |
| OKLCH | oklch(0.692 0.145 113.7) |
Copy-ready code
/* CSS */
color: #9ca521;
background-color: #9ca521;
/* Tailwind (arbitrary) */
class="text-[#9ca521] bg-[#9ca521]"
/* SCSS */
$brand: #9ca521;
/* SwiftUI */
Color(red: 0.612, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#9ca521")Accessibility — WCAG contrast
Aa
#9ca521 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ca521 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green64.7%
Blue12.9%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#9ca521 text on a black background
contrast 7.82:1
Card sample
#9ca521 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ca521;
Background color
Panel with #9ca521 background
background-color: #9ca521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ca521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ca521; background: linear-gradient(135deg, #9ca521, #44A521);