#9fee99
a light, vivid green · cool · closest name: aquamarine
RGB
159, 238, 153
HSL
116°, 71%, 77%
CMYK
33, 0, 36, 7
Luminance
0.7082
Every format
| HEX | #9fee99 |
| RGB | rgb(159, 238, 153) |
| HSL | hsl(116, 71%, 77%) |
| CMYK | cmyk(33%, 0%, 36%, 7%) |
| LAB | lab(87.4 -40.4 33.7) |
| LCH | lch(87.4 52.6 140.2) |
| OKLCH | oklch(0.877 0.139 142.7) |
Copy-ready code
/* CSS */
color: #9fee99;
background-color: #9fee99;
/* Tailwind (arbitrary) */
class="text-[#9fee99] bg-[#9fee99]"
/* SCSS */
$brand: #9fee99;
/* SwiftUI */
Color(red: 0.624, green: 0.933, blue: 0.600)
/* Android */
Color.parseColor("#9fee99")Accessibility — WCAG contrast
Aa
#9fee99 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fee99 on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green93.3%
Blue60.0%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow35.7%
Key (black)6.7%
Color previews
#9fee99 text on a black background
contrast 15.16:1
Card sample
#9fee99 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fee99;
Background color
Panel with #9fee99 background
background-color: #9fee99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fee99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 238, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 238, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fee99; background: linear-gradient(135deg, #9fee99, #99EECC);