#96e2ab
a light, vivid green · cool · closest name: aquamarine
RGB
150, 226, 171
HSL
137°, 57%, 74%
CMYK
34, 0, 24, 11
Luminance
0.6382
Every format
| HEX | #96e2ab |
| RGB | rgb(150, 226, 171) |
| HSL | hsl(137, 57%, 74%) |
| CMYK | cmyk(34%, 0%, 24%, 11%) |
| LAB | lab(83.9 -34.7 19.6) |
| LCH | lch(83.9 39.9 150.6) |
| OKLCH | oklch(0.849 0.108 152.3) |
Copy-ready code
/* CSS */
color: #96e2ab;
background-color: #96e2ab;
/* Tailwind (arbitrary) */
class="text-[#96e2ab] bg-[#96e2ab]"
/* SCSS */
$brand: #96e2ab;
/* SwiftUI */
Color(red: 0.588, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#96e2ab")Accessibility — WCAG contrast
Aa
#96e2ab on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96e2ab on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green88.6%
Blue67.1%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#96e2ab text on a black background
contrast 13.76:1
Card sample
#96e2ab text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96e2ab;
Background color
Panel with #96e2ab background
background-color: #96e2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96e2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96e2ab; background: linear-gradient(135deg, #96e2ab, #96E2DE);