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