#9fac39
a dark, vivid yellow · cool · closest name: olivedrab
RGB
159, 172, 57
HSL
67°, 50%, 45%
CMYK
8, 0, 67, 33
Luminance
0.3717
Every format
| HEX | #9fac39 |
| RGB | rgb(159, 172, 57) |
| HSL | hsl(67, 50%, 45%) |
| CMYK | cmyk(8%, 0%, 67%, 33%) |
| LAB | lab(67.4 -19.9 55.2) |
| LCH | lch(67.4 58.6 109.8) |
| OKLCH | oklch(0.712 0.138 115.5) |
Copy-ready code
/* CSS */
color: #9fac39;
background-color: #9fac39;
/* Tailwind (arbitrary) */
class="text-[#9fac39] bg-[#9fac39]"
/* SCSS */
$brand: #9fac39;
/* SwiftUI */
Color(red: 0.624, green: 0.675, blue: 0.224)
/* Android */
Color.parseColor("#9fac39")Accessibility — WCAG contrast
Aa
#9fac39 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fac39 on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.5%
Blue22.4%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow66.9%
Key (black)32.5%
Color previews
#9fac39 text on a black background
contrast 8.43:1
Card sample
#9fac39 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fac39;
Background color
Panel with #9fac39 background
background-color: #9fac39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fac39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 172, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 172, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fac39; background: linear-gradient(135deg, #9fac39, #52AC39);