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