#9fd913
a balanced, electric green · cool · closest name: yellow
RGB
159, 217, 19
HSL
78°, 84%, 46%
CMYK
27, 0, 91, 15
Luminance
0.5704
Every format
| HEX | #9fd913 |
| RGB | rgb(159, 217, 19) |
| HSL | hsl(78, 84%, 46%) |
| CMYK | cmyk(27%, 0%, 91%, 15%) |
| LAB | lab(80.2 -42.4 77.0) |
| LCH | lch(80.2 87.9 118.8) |
| OKLCH | oklch(0.815 0.206 126.8) |
Copy-ready code
/* CSS */
color: #9fd913;
background-color: #9fd913;
/* Tailwind (arbitrary) */
class="text-[#9fd913] bg-[#9fd913]"
/* SCSS */
$brand: #9fd913;
/* SwiftUI */
Color(red: 0.624, green: 0.851, blue: 0.075)
/* Android */
Color.parseColor("#9fd913")Accessibility — WCAG contrast
Aa
#9fd913 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd913 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green85.1%
Blue7.5%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow91.2%
Key (black)14.9%
Color previews
#9fd913 text on a black background
contrast 12.41:1
Card sample
#9fd913 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd913;
Background color
Panel with #9fd913 background
background-color: #9fd913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 217, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 217, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd913; background: linear-gradient(135deg, #9fd913, #1BD913);