#9fc621
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 198, 33
HSL
74°, 71%, 45%
CMYK
20, 0, 83, 22
Luminance
0.4787
Every format
| HEX | #9fc621 |
| RGB | rgb(159, 198, 33) |
| HSL | hsl(74, 71%, 45%) |
| CMYK | cmyk(20%, 0%, 83%, 22%) |
| LAB | lab(74.7 -33.5 69.8) |
| LCH | lch(74.7 77.5 115.7) |
| OKLCH | oklch(0.771 0.181 123.2) |
Copy-ready code
/* CSS */
color: #9fc621;
background-color: #9fc621;
/* Tailwind (arbitrary) */
class="text-[#9fc621] bg-[#9fc621]"
/* SCSS */
$brand: #9fc621;
/* SwiftUI */
Color(red: 0.624, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#9fc621")Accessibility — WCAG contrast
Aa
#9fc621 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc621 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green77.6%
Blue12.9%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#9fc621 text on a black background
contrast 10.57:1
Card sample
#9fc621 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc621;
Background color
Panel with #9fc621 background
background-color: #9fc621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc621; background: linear-gradient(135deg, #9fc621, #31C621);