#9fdc21
a balanced, vivid green · cool · closest name: yellow
RGB
159, 220, 33
HSL
80°, 74%, 50%
CMYK
28, 0, 85, 14
Luminance
0.5867
Every format
| HEX | #9fdc21 |
| RGB | rgb(159, 220, 33) |
| HSL | hsl(80, 74%, 50%) |
| CMYK | cmyk(28%, 0%, 85%, 14%) |
| LAB | lab(81.1 -43.4 75.3) |
| LCH | lch(81.1 86.9 119.9) |
| OKLCH | oklch(0.823 0.206 127.6) |
Copy-ready code
/* CSS */
color: #9fdc21;
background-color: #9fdc21;
/* Tailwind (arbitrary) */
class="text-[#9fdc21] bg-[#9fdc21]"
/* SCSS */
$brand: #9fdc21;
/* SwiftUI */
Color(red: 0.624, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#9fdc21")Accessibility — WCAG contrast
Aa
#9fdc21 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdc21 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green86.3%
Blue12.9%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow85.0%
Key (black)13.7%
Color previews
#9fdc21 text on a black background
contrast 12.73:1
Card sample
#9fdc21 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdc21;
Background color
Panel with #9fdc21 background
background-color: #9fdc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdc21; background: linear-gradient(135deg, #9fdc21, #22DC21);