#9fa91f
a dark, vivid yellow · cool · closest name: olive
RGB
159, 169, 31
HSL
64°, 69%, 39%
CMYK
6, 0, 82, 34
Luminance
0.3585
Every format
| HEX | #9fa91f |
| RGB | rgb(159, 169, 31) |
| HSL | hsl(64, 69%, 39%) |
| CMYK | cmyk(6%, 0%, 82%, 34%) |
| LAB | lab(66.4 -19.6 63.1) |
| LCH | lch(66.4 66.1 107.3) |
| OKLCH | oklch(0.704 0.150 114.0) |
Copy-ready code
/* CSS */
color: #9fa91f;
background-color: #9fa91f;
/* Tailwind (arbitrary) */
class="text-[#9fa91f] bg-[#9fa91f]"
/* SCSS */
$brand: #9fa91f;
/* SwiftUI */
Color(red: 0.624, green: 0.663, blue: 0.122)
/* Android */
Color.parseColor("#9fa91f")Accessibility — WCAG contrast
Aa
#9fa91f on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fa91f on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green66.3%
Blue12.2%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow81.7%
Key (black)33.7%
Color previews
#9fa91f text on a black background
contrast 8.17:1
Card sample
#9fa91f text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fa91f;
Background color
Panel with #9fa91f background
background-color: #9fa91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fa91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 169, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 169, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fa91f; background: linear-gradient(135deg, #9fa91f, #43A91F);