#9df340
a balanced, electric green · cool · closest name: lime
RGB
157, 243, 64
HSL
89°, 88%, 60%
CMYK
35, 0, 74, 5
Luminance
0.7164
Every format
| HEX | #9df340 |
| RGB | rgb(157, 243, 64) |
| HSL | hsl(89, 88%, 60%) |
| CMYK | cmyk(35%, 0%, 74%, 5%) |
| LAB | lab(87.8 -52.3 73.0) |
| LCH | lch(87.8 89.8 125.7) |
| OKLCH | oklch(0.877 0.220 132.2) |
Copy-ready code
/* CSS */
color: #9df340;
background-color: #9df340;
/* Tailwind (arbitrary) */
class="text-[#9df340] bg-[#9df340]"
/* SCSS */
$brand: #9df340;
/* SwiftUI */
Color(red: 0.616, green: 0.953, blue: 0.251)
/* Android */
Color.parseColor("#9df340")Accessibility — WCAG contrast
Aa
#9df340 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df340 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green95.3%
Blue25.1%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow73.7%
Key (black)4.7%
Color previews
#9df340 text on a black background
contrast 15.33:1
Card sample
#9df340 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df340;
Background color
Panel with #9df340 background
background-color: #9df340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 243, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 243, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df340; background: linear-gradient(135deg, #9df340, #40F35A);