#96f596
a light, electric green · cool · closest name: aquamarine
RGB
150, 245, 150
HSL
120°, 83%, 78%
CMYK
39, 0, 39, 4
Luminance
0.7399
Every format
| HEX | #96f596 |
| RGB | rgb(150, 245, 150) |
| HSL | hsl(120, 83%, 78%) |
| CMYK | cmyk(39%, 0%, 39%, 4%) |
| LAB | lab(88.9 -46.6 37.1) |
| LCH | lch(88.9 59.6 141.5) |
| OKLCH | oklch(0.888 0.157 144.1) |
Copy-ready code
/* CSS */
color: #96f596;
background-color: #96f596;
/* Tailwind (arbitrary) */
class="text-[#96f596] bg-[#96f596]"
/* SCSS */
$brand: #96f596;
/* SwiftUI */
Color(red: 0.588, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#96f596")Accessibility — WCAG contrast
Aa
#96f596 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96f596 on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green96.1%
Blue58.8%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#96f596 text on a black background
contrast 15.80:1
Card sample
#96f596 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96f596;
Background color
Panel with #96f596 background
background-color: #96f596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96f596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96f596; background: linear-gradient(135deg, #96f596, #96F5D5);