#9fc921
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 201, 33
HSL
75°, 72%, 46%
CMYK
21, 0, 84, 21
Luminance
0.4925
Every format
| HEX | #9fc921 |
| RGB | rgb(159, 201, 33) |
| HSL | hsl(75, 72%, 46%) |
| CMYK | cmyk(21%, 0%, 84%, 21%) |
| LAB | lab(75.6 -34.9 70.6) |
| LCH | lch(75.6 78.8 116.3) |
| OKLCH | oklch(0.778 0.184 123.9) |
Copy-ready code
/* CSS */
color: #9fc921;
background-color: #9fc921;
/* Tailwind (arbitrary) */
class="text-[#9fc921] bg-[#9fc921]"
/* SCSS */
$brand: #9fc921;
/* SwiftUI */
Color(red: 0.624, green: 0.788, blue: 0.129)
/* Android */
Color.parseColor("#9fc921")Accessibility — WCAG contrast
Aa
#9fc921 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc921 on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green78.8%
Blue12.9%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow83.6%
Key (black)21.2%
Color previews
#9fc921 text on a black background
contrast 10.85:1
Card sample
#9fc921 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc921;
Background color
Panel with #9fc921 background
background-color: #9fc921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 201, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 201, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc921; background: linear-gradient(135deg, #9fc921, #2FC921);