#9fc721
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 199, 33
HSL
75°, 72%, 46%
CMYK
20, 0, 83, 22
Luminance
0.4833
Every format
| HEX | #9fc721 |
| RGB | rgb(159, 199, 33) |
| HSL | hsl(75, 72%, 46%) |
| CMYK | cmyk(20%, 0%, 83%, 22%) |
| LAB | lab(75.0 -34.0 70.1) |
| LCH | lch(75.0 77.9 115.9) |
| OKLCH | oklch(0.773 0.182 123.4) |
Copy-ready code
/* CSS */
color: #9fc721;
background-color: #9fc721;
/* Tailwind (arbitrary) */
class="text-[#9fc721] bg-[#9fc721]"
/* SCSS */
$brand: #9fc721;
/* SwiftUI */
Color(red: 0.624, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#9fc721")Accessibility — WCAG contrast
Aa
#9fc721 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc721 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green78.0%
Blue12.9%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#9fc721 text on a black background
contrast 10.67:1
Card sample
#9fc721 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc721;
Background color
Panel with #9fc721 background
background-color: #9fc721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc721; background: linear-gradient(135deg, #9fc721, #30C721);