#9bff6e
a light, electric green · cool · closest name: lime
RGB
155, 255, 110
HSL
101°, 100%, 72%
CMYK
39, 0, 57, 0
Luminance
0.7961
Every format
| HEX | #9bff6e |
| RGB | rgb(155, 255, 110) |
| HSL | hsl(101, 100%, 72%) |
| CMYK | cmyk(39%, 0%, 57%, 0%) |
| LAB | lab(91.5 -54.2 59.1) |
| LCH | lch(91.5 80.2 132.5) |
| OKLCH | oklch(0.908 0.204 137.1) |
Copy-ready code
/* CSS */
color: #9bff6e;
background-color: #9bff6e;
/* Tailwind (arbitrary) */
class="text-[#9bff6e] bg-[#9bff6e]"
/* SCSS */
$brand: #9bff6e;
/* SwiftUI */
Color(red: 0.608, green: 1.000, blue: 0.431)
/* Android */
Color.parseColor("#9bff6e")Accessibility — WCAG contrast
Aa
#9bff6e on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bff6e on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green100.0%
Blue43.1%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow56.9%
Key (black)0.0%
Color previews
#9bff6e text on a black background
contrast 16.92:1
Card sample
#9bff6e text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bff6e;
Background color
Panel with #9bff6e background
background-color: #9bff6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bff6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 255, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 255, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bff6e; background: linear-gradient(135deg, #9bff6e, #6EFFA2);