#96f4af
a light, electric green · cool · closest name: aquamarine
RGB
150, 244, 175
HSL
136°, 81%, 77%
CMYK
39, 0, 28, 4
Luminance
0.7428
Every format
| HEX | #96f4af |
| RGB | rgb(150, 244, 175) |
| HSL | hsl(136, 81%, 77%) |
| CMYK | cmyk(39%, 0%, 28%, 4%) |
| LAB | lab(89.0 -42.1 24.7) |
| LCH | lch(89.0 48.8 149.6) |
| OKLCH | oklch(0.891 0.131 151.5) |
Copy-ready code
/* CSS */
color: #96f4af;
background-color: #96f4af;
/* Tailwind (arbitrary) */
class="text-[#96f4af] bg-[#96f4af]"
/* SCSS */
$brand: #96f4af;
/* SwiftUI */
Color(red: 0.588, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#96f4af")Accessibility — WCAG contrast
Aa
#96f4af on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96f4af on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green95.7%
Blue68.6%
CMYK percentages
Cyan38.5%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#96f4af text on a black background
contrast 15.86:1
Card sample
#96f4af text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96f4af;
Background color
Panel with #96f4af background
background-color: #96f4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96f4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96f4af; background: linear-gradient(135deg, #96f4af, #96F4EE);