#9fc461
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 196, 97
HSL
82°, 46%, 58%
CMYK
19, 0, 51, 23
Luminance
0.4771
Every format
| HEX | #9fc461 |
| RGB | rgb(159, 196, 97) |
| HSL | hsl(82, 46%, 58%) |
| CMYK | cmyk(19%, 0%, 51%, 23%) |
| LAB | lab(74.6 -28.3 45.3) |
| LCH | lch(74.6 53.4 122.0) |
| OKLCH | oklch(0.772 0.134 126.3) |
Copy-ready code
/* CSS */
color: #9fc461;
background-color: #9fc461;
/* Tailwind (arbitrary) */
class="text-[#9fc461] bg-[#9fc461]"
/* SCSS */
$brand: #9fc461;
/* SwiftUI */
Color(red: 0.624, green: 0.769, blue: 0.380)
/* Android */
Color.parseColor("#9fc461")Accessibility — WCAG contrast
Aa
#9fc461 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc461 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green76.9%
Blue38.0%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow50.5%
Key (black)23.1%
Color previews
#9fc461 text on a black background
contrast 10.54:1
Card sample
#9fc461 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc461;
Background color
Panel with #9fc461 background
background-color: #9fc461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 196, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 196, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc461; background: linear-gradient(135deg, #9fc461, #61C465);