#96fdda
a light, electric green · cool · closest name: aquamarine
RGB
150, 253, 218
HSL
160°, 96%, 79%
CMYK
41, 0, 14, 1
Luminance
0.8180
Every format
| HEX | #96fdda |
| RGB | rgb(150, 253, 218) |
| HSL | hsl(160, 96%, 79%) |
| CMYK | cmyk(41%, 0%, 14%, 1%) |
| LAB | lab(92.5 -37.8 7.4) |
| LCH | lch(92.5 38.5 169.0) |
| OKLCH | oklch(0.921 0.109 170.0) |
Copy-ready code
/* CSS */
color: #96fdda;
background-color: #96fdda;
/* Tailwind (arbitrary) */
class="text-[#96fdda] bg-[#96fdda]"
/* SCSS */
$brand: #96fdda;
/* SwiftUI */
Color(red: 0.588, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#96fdda")Accessibility — WCAG contrast
Aa
#96fdda on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96fdda on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green99.2%
Blue85.5%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#96fdda text on a black background
contrast 17.36:1
Card sample
#96fdda text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96fdda;
Background color
Panel with #96fdda background
background-color: #96fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96fdda; background: linear-gradient(135deg, #96fdda, #96DBFD);