#9def96
a light, vivid green · cool · closest name: aquamarine
RGB
157, 239, 150
HSL
115°, 74%, 76%
CMYK
34, 0, 37, 6
Luminance
0.7110
Every format
| HEX | #9def96 |
| RGB | rgb(157, 239, 150) |
| HSL | hsl(115, 74%, 76%) |
| CMYK | cmyk(34%, 0%, 37%, 6%) |
| LAB | lab(87.5 -41.9 35.4) |
| LCH | lch(87.5 54.8 139.8) |
| OKLCH | oklch(0.878 0.144 142.5) |
Copy-ready code
/* CSS */
color: #9def96;
background-color: #9def96;
/* Tailwind (arbitrary) */
class="text-[#9def96] bg-[#9def96]"
/* SCSS */
$brand: #9def96;
/* SwiftUI */
Color(red: 0.616, green: 0.937, blue: 0.588)
/* Android */
Color.parseColor("#9def96")Accessibility — WCAG contrast
Aa
#9def96 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9def96 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green93.7%
Blue58.8%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow37.2%
Key (black)6.3%
Color previews
#9def96 text on a black background
contrast 15.22:1
Card sample
#9def96 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9def96;
Background color
Panel with #9def96 background
background-color: #9def96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9def96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 239, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 239, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9def96; background: linear-gradient(135deg, #9def96, #96EFCA);