#9ca821
a dark, vivid yellow · cool · closest name: olive
RGB
156, 168, 33
HSL
65°, 67%, 39%
CMYK
7, 0, 80, 34
Luminance
0.3518
Every format
| HEX | #9ca821 |
| RGB | rgb(156, 168, 33) |
| HSL | hsl(65, 67%, 39%) |
| CMYK | cmyk(7%, 0%, 80%, 34%) |
| LAB | lab(65.9 -20.3 62.0) |
| LCH | lch(65.9 65.3 108.1) |
| OKLCH | oklch(0.699 0.149 114.9) |
Copy-ready code
/* CSS */
color: #9ca821;
background-color: #9ca821;
/* Tailwind (arbitrary) */
class="text-[#9ca821] bg-[#9ca821]"
/* SCSS */
$brand: #9ca821;
/* SwiftUI */
Color(red: 0.612, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#9ca821")Accessibility — WCAG contrast
Aa
#9ca821 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ca821 on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green65.9%
Blue12.9%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow80.4%
Key (black)34.1%
Color previews
#9ca821 text on a black background
contrast 8.04:1
Card sample
#9ca821 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ca821;
Background color
Panel with #9ca821 background
background-color: #9ca821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ca821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ca821; background: linear-gradient(135deg, #9ca821, #42A821);