#9df99d
a light, electric green · cool · closest name: aquamarine
RGB
157, 249, 157
HSL
120°, 89%, 80%
CMYK
37, 0, 37, 2
Luminance
0.7735
Every format
| HEX | #9df99d |
| RGB | rgb(157, 249, 157) |
| HSL | hsl(120, 89%, 80%) |
| CMYK | cmyk(37%, 0%, 37%, 2%) |
| LAB | lab(90.5 -45.2 35.8) |
| LCH | lch(90.5 57.6 141.7) |
| OKLCH | oklch(0.902 0.152 144.2) |
Copy-ready code
/* CSS */
color: #9df99d;
background-color: #9df99d;
/* Tailwind (arbitrary) */
class="text-[#9df99d] bg-[#9df99d]"
/* SCSS */
$brand: #9df99d;
/* SwiftUI */
Color(red: 0.616, green: 0.976, blue: 0.616)
/* Android */
Color.parseColor("#9df99d")Accessibility — WCAG contrast
Aa
#9df99d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df99d on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green97.6%
Blue61.6%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow36.9%
Key (black)2.4%
Color previews
#9df99d text on a black background
contrast 16.47:1
Card sample
#9df99d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df99d;
Background color
Panel with #9df99d background
background-color: #9df99d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df99d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 249, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 249, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df99d; background: linear-gradient(135deg, #9df99d, #9DF9DA);