#9fd74f
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 215, 79
HSL
85°, 63%, 58%
CMYK
26, 0, 63, 16
Luminance
0.5654
Every format
| HEX | #9fd74f |
| RGB | rgb(159, 215, 79) |
| HSL | hsl(85, 63%, 58%) |
| CMYK | cmyk(26%, 0%, 63%, 16%) |
| LAB | lab(79.9 -38.7 59.4) |
| LCH | lch(79.9 70.9 123.1) |
| OKLCH | oklch(0.814 0.175 128.8) |
Copy-ready code
/* CSS */
color: #9fd74f;
background-color: #9fd74f;
/* Tailwind (arbitrary) */
class="text-[#9fd74f] bg-[#9fd74f]"
/* SCSS */
$brand: #9fd74f;
/* SwiftUI */
Color(red: 0.624, green: 0.843, blue: 0.310)
/* Android */
Color.parseColor("#9fd74f")Accessibility — WCAG contrast
Aa
#9fd74f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd74f on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green84.3%
Blue31.0%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow63.3%
Key (black)15.7%
Color previews
#9fd74f text on a black background
contrast 12.31:1
Card sample
#9fd74f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd74f;
Background color
Panel with #9fd74f background
background-color: #9fd74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 215, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 215, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd74f; background: linear-gradient(135deg, #9fd74f, #4FD759);