#96eb96
a light, vivid green · cool · closest name: aquamarine
RGB
150, 235, 150
HSL
120°, 68%, 76%
CMYK
36, 0, 36, 8
Luminance
0.6810
Every format
| HEX | #96eb96 |
| RGB | rgb(150, 235, 150) |
| HSL | hsl(120, 68%, 76%) |
| CMYK | cmyk(36%, 0%, 36%, 8%) |
| LAB | lab(86.1 -42.3 33.4) |
| LCH | lch(86.1 53.9 141.8) |
| OKLCH | oklch(0.865 0.142 144.2) |
Copy-ready code
/* CSS */
color: #96eb96;
background-color: #96eb96;
/* Tailwind (arbitrary) */
class="text-[#96eb96] bg-[#96eb96]"
/* SCSS */
$brand: #96eb96;
/* SwiftUI */
Color(red: 0.588, green: 0.922, blue: 0.588)
/* Android */
Color.parseColor("#96eb96")Accessibility — WCAG contrast
Aa
#96eb96 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96eb96 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green92.2%
Blue58.8%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow36.2%
Key (black)7.8%
Color previews
#96eb96 text on a black background
contrast 14.62:1
Card sample
#96eb96 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96eb96;
Background color
Panel with #96eb96 background
background-color: #96eb96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96eb96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 235, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 235, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96eb96; background: linear-gradient(135deg, #96eb96, #96EBCF);