#96fdce
a light, electric green · cool · closest name: aquamarine
RGB
150, 253, 206
HSL
153°, 96%, 79%
CMYK
41, 0, 19, 1
Luminance
0.8119
Every format
| HEX | #96fdce |
| RGB | rgb(150, 253, 206) |
| HSL | hsl(153, 96%, 79%) |
| CMYK | cmyk(41%, 0%, 19%, 1%) |
| LAB | lab(92.2 -40.3 13.2) |
| LCH | lch(92.2 42.4 161.9) |
| OKLCH | oklch(0.918 0.117 163.2) |
Copy-ready code
/* CSS */
color: #96fdce;
background-color: #96fdce;
/* Tailwind (arbitrary) */
class="text-[#96fdce] bg-[#96fdce]"
/* SCSS */
$brand: #96fdce;
/* SwiftUI */
Color(red: 0.588, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#96fdce")Accessibility — WCAG contrast
Aa
#96fdce on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96fdce on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green99.2%
Blue80.8%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#96fdce text on a black background
contrast 17.24:1
Card sample
#96fdce text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96fdce;
Background color
Panel with #96fdce background
background-color: #96fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96fdce; background: linear-gradient(135deg, #96fdce, #96E7FD);