#96f2ae
a light, electric green · cool · closest name: aquamarine
RGB
150, 242, 174
HSL
136°, 78%, 77%
CMYK
38, 0, 28, 5
Luminance
0.7304
Every format
| HEX | #96f2ae |
| RGB | rgb(150, 242, 174) |
| HSL | hsl(136, 78%, 77%) |
| CMYK | cmyk(38%, 0%, 28%, 5%) |
| LAB | lab(88.5 -41.4 24.4) |
| LCH | lch(88.5 48.1 149.5) |
| OKLCH | oklch(0.886 0.129 151.4) |
Copy-ready code
/* CSS */
color: #96f2ae;
background-color: #96f2ae;
/* Tailwind (arbitrary) */
class="text-[#96f2ae] bg-[#96f2ae]"
/* SCSS */
$brand: #96f2ae;
/* SwiftUI */
Color(red: 0.588, green: 0.949, blue: 0.682)
/* Android */
Color.parseColor("#96f2ae")Accessibility — WCAG contrast
Aa
#96f2ae on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96f2ae on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green94.9%
Blue68.2%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow28.1%
Key (black)5.1%
Color previews
#96f2ae text on a black background
contrast 15.61:1
Card sample
#96f2ae text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96f2ae;
Background color
Panel with #96f2ae background
background-color: #96f2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96f2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 242, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 242, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96f2ae; background: linear-gradient(135deg, #96f2ae, #96F2EB);