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