#9dff4b
a balanced, electric green · cool · closest name: lime
RGB
157, 255, 75
HSL
93°, 100%, 65%
CMYK
38, 0, 71, 0
Luminance
0.7920
Every format
| HEX | #9dff4b |
| RGB | rgb(157, 255, 75) |
| HSL | hsl(93, 100%, 65%) |
| CMYK | cmyk(38%, 0%, 71%, 0%) |
| LAB | lab(91.3 -56.5 72.8) |
| LCH | lch(91.3 92.1 127.8) |
| OKLCH | oklch(0.906 0.228 134.0) |
Copy-ready code
/* CSS */
color: #9dff4b;
background-color: #9dff4b;
/* Tailwind (arbitrary) */
class="text-[#9dff4b] bg-[#9dff4b]"
/* SCSS */
$brand: #9dff4b;
/* SwiftUI */
Color(red: 0.616, green: 1.000, blue: 0.294)
/* Android */
Color.parseColor("#9dff4b")Accessibility — WCAG contrast
Aa
#9dff4b on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dff4b on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green100.0%
Blue29.4%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow70.6%
Key (black)0.0%
Color previews
#9dff4b text on a black background
contrast 16.84:1
Card sample
#9dff4b text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dff4b;
Background color
Panel with #9dff4b background
background-color: #9dff4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dff4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 255, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 255, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dff4b; background: linear-gradient(135deg, #9dff4b, #4BFF71);