#9ffeb5
a light, electric green · cool · closest name: aquamarine
RGB
159, 254, 181
HSL
134°, 98%, 81%
CMYK
37, 0, 29, 0
Luminance
0.8159
Every format
| HEX | #9ffeb5 |
| RGB | rgb(159, 254, 181) |
| HSL | hsl(134, 98%, 81%) |
| CMYK | cmyk(37%, 0%, 29%, 0%) |
| LAB | lab(92.4 -42.9 26.3) |
| LCH | lch(92.4 50.3 148.5) |
| OKLCH | oklch(0.919 0.135 150.4) |
Copy-ready code
/* CSS */
color: #9ffeb5;
background-color: #9ffeb5;
/* Tailwind (arbitrary) */
class="text-[#9ffeb5] bg-[#9ffeb5]"
/* SCSS */
$brand: #9ffeb5;
/* SwiftUI */
Color(red: 0.624, green: 0.996, blue: 0.710)
/* Android */
Color.parseColor("#9ffeb5")Accessibility — WCAG contrast
Aa
#9ffeb5 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ffeb5 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green99.6%
Blue71.0%
CMYK percentages
Cyan37.4%
Magenta0.0%
Yellow28.7%
Key (black)0.4%
Color previews
#9ffeb5 text on a black background
contrast 17.32:1
Card sample
#9ffeb5 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ffeb5;
Background color
Panel with #9ffeb5 background
background-color: #9ffeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ffeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 254, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 254, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ffeb5; background: linear-gradient(135deg, #9ffeb5, #9FFEF4);