#96fcaf
a light, electric green · cool · closest name: aquamarine
RGB
150, 252, 175
HSL
135°, 94%, 79%
CMYK
41, 0, 31, 1
Luminance
0.7920
Every format
| HEX | #96fcaf |
| RGB | rgb(150, 252, 175) |
| HSL | hsl(135, 94%, 79%) |
| CMYK | cmyk(41%, 0%, 31%, 1%) |
| LAB | lab(91.3 -45.6 27.8) |
| LCH | lch(91.3 53.4 148.7) |
| OKLCH | oklch(0.909 0.143 150.6) |
Copy-ready code
/* CSS */
color: #96fcaf;
background-color: #96fcaf;
/* Tailwind (arbitrary) */
class="text-[#96fcaf] bg-[#96fcaf]"
/* SCSS */
$brand: #96fcaf;
/* SwiftUI */
Color(red: 0.588, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#96fcaf")Accessibility — WCAG contrast
Aa
#96fcaf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96fcaf on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green98.8%
Blue68.6%
CMYK percentages
Cyan40.5%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#96fcaf text on a black background
contrast 16.84:1
Card sample
#96fcaf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96fcaf;
Background color
Panel with #96fcaf background
background-color: #96fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96fcaf; background: linear-gradient(135deg, #96fcaf, #96FCF3);