#9fd76f
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 215, 111
HSL
92°, 57%, 64%
CMYK
26, 0, 48, 16
Luminance
0.5712
Every format
| HEX | #9fd76f |
| RGB | rgb(159, 215, 111) |
| HSL | hsl(92, 57%, 64%) |
| CMYK | cmyk(26%, 0%, 48%, 16%) |
| LAB | lab(80.3 -35.6 45.3) |
| LCH | lch(80.3 57.7 128.2) |
| OKLCH | oklch(0.817 0.147 132.1) |
Copy-ready code
/* CSS */
color: #9fd76f;
background-color: #9fd76f;
/* Tailwind (arbitrary) */
class="text-[#9fd76f] bg-[#9fd76f]"
/* SCSS */
$brand: #9fd76f;
/* SwiftUI */
Color(red: 0.624, green: 0.843, blue: 0.435)
/* Android */
Color.parseColor("#9fd76f")Accessibility — WCAG contrast
Aa
#9fd76f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd76f on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green84.3%
Blue43.5%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow48.4%
Key (black)15.7%
Color previews
#9fd76f text on a black background
contrast 12.42:1
Card sample
#9fd76f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd76f;
Background color
Panel with #9fd76f background
background-color: #9fd76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 215, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 215, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd76f; background: linear-gradient(135deg, #9fd76f, #6FD784);