#9bfd5d
a light, electric green · cool · closest name: lime
RGB
155, 253, 93
HSL
97°, 98%, 68%
CMYK
39, 0, 63, 1
Luminance
0.7801
Every format
| HEX | #9bfd5d |
| RGB | rgb(155, 253, 93) |
| HSL | hsl(97, 98%, 68%) |
| CMYK | cmyk(39%, 0%, 63%, 1%) |
| LAB | lab(90.8 -55.0 65.4) |
| LCH | lch(90.8 85.5 130.0) |
| OKLCH | oklch(0.902 0.215 135.4) |
Copy-ready code
/* CSS */
color: #9bfd5d;
background-color: #9bfd5d;
/* Tailwind (arbitrary) */
class="text-[#9bfd5d] bg-[#9bfd5d]"
/* SCSS */
$brand: #9bfd5d;
/* SwiftUI */
Color(red: 0.608, green: 0.992, blue: 0.365)
/* Android */
Color.parseColor("#9bfd5d")Accessibility — WCAG contrast
Aa
#9bfd5d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfd5d on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green99.2%
Blue36.5%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow63.2%
Key (black)0.8%
Color previews
#9bfd5d text on a black background
contrast 16.60:1
Card sample
#9bfd5d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfd5d;
Background color
Panel with #9bfd5d background
background-color: #9bfd5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfd5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 253, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 253, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfd5d; background: linear-gradient(135deg, #9bfd5d, #5DFD8A);