#9fdc13
a balanced, electric green · cool · closest name: yellow
RGB
159, 220, 19
HSL
78°, 84%, 47%
CMYK
28, 0, 91, 14
Luminance
0.5860
Every format
| HEX | #9fdc13 |
| RGB | rgb(159, 220, 19) |
| HSL | hsl(78, 84%, 47%) |
| CMYK | cmyk(28%, 0%, 91%, 14%) |
| LAB | lab(81.1 -43.7 77.7) |
| LCH | lch(81.1 89.1 119.4) |
| OKLCH | oklch(0.822 0.209 127.3) |
Copy-ready code
/* CSS */
color: #9fdc13;
background-color: #9fdc13;
/* Tailwind (arbitrary) */
class="text-[#9fdc13] bg-[#9fdc13]"
/* SCSS */
$brand: #9fdc13;
/* SwiftUI */
Color(red: 0.624, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#9fdc13")Accessibility — WCAG contrast
Aa
#9fdc13 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdc13 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green86.3%
Blue7.5%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#9fdc13 text on a black background
contrast 12.72:1
Card sample
#9fdc13 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdc13;
Background color
Panel with #9fdc13 background
background-color: #9fdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdc13; background: linear-gradient(135deg, #9fdc13, #19DC13);