#96f5bc
a light, electric green · cool · closest name: aquamarine
RGB
150, 245, 188
HSL
144°, 83%, 78%
CMYK
39, 0, 23, 4
Luminance
0.7542
Every format
| HEX | #96f5bc |
| RGB | rgb(150, 245, 188) |
| HSL | hsl(144, 83%, 78%) |
| CMYK | cmyk(39%, 0%, 23%, 4%) |
| LAB | lab(89.6 -40.2 18.8) |
| LCH | lch(89.6 44.4 155.0) |
| OKLCH | oklch(0.896 0.121 156.6) |
Copy-ready code
/* CSS */
color: #96f5bc;
background-color: #96f5bc;
/* Tailwind (arbitrary) */
class="text-[#96f5bc] bg-[#96f5bc]"
/* SCSS */
$brand: #96f5bc;
/* SwiftUI */
Color(red: 0.588, green: 0.961, blue: 0.737)
/* Android */
Color.parseColor("#96f5bc")Accessibility — WCAG contrast
Aa
#96f5bc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96f5bc on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green96.1%
Blue73.7%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow23.3%
Key (black)3.9%
Color previews
#96f5bc text on a black background
contrast 16.08:1
Card sample
#96f5bc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96f5bc;
Background color
Panel with #96f5bc background
background-color: #96f5bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96f5bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 245, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 245, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96f5bc; background: linear-gradient(135deg, #96f5bc, #96EFF5);