#9fd950
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 217, 80
HSL
85°, 64%, 58%
CMYK
27, 0, 63, 15
Luminance
0.5758
Every format
| HEX | #9fd950 |
| RGB | rgb(159, 217, 80) |
| HSL | hsl(85, 64%, 58%) |
| CMYK | cmyk(27%, 0%, 63%, 15%) |
| LAB | lab(80.5 -39.5 59.6) |
| LCH | lch(80.5 71.5 123.5) |
| OKLCH | oklch(0.819 0.177 129.2) |
Copy-ready code
/* CSS */
color: #9fd950;
background-color: #9fd950;
/* Tailwind (arbitrary) */
class="text-[#9fd950] bg-[#9fd950]"
/* SCSS */
$brand: #9fd950;
/* SwiftUI */
Color(red: 0.624, green: 0.851, blue: 0.314)
/* Android */
Color.parseColor("#9fd950")Accessibility — WCAG contrast
Aa
#9fd950 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd950 on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green85.1%
Blue31.4%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow63.1%
Key (black)14.9%
Color previews
#9fd950 text on a black background
contrast 12.52:1
Card sample
#9fd950 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd950;
Background color
Panel with #9fd950 background
background-color: #9fd950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 217, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 217, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd950; background: linear-gradient(135deg, #9fd950, #50D95C);