#96feaf
a light, electric green · cool · closest name: aquamarine
RGB
150, 254, 175
HSL
134°, 98%, 79%
CMYK
41, 0, 31, 0
Luminance
0.8046
Every format
| HEX | #96feaf |
| RGB | rgb(150, 254, 175) |
| HSL | hsl(134, 98%, 79%) |
| CMYK | cmyk(41%, 0%, 31%, 0%) |
| LAB | lab(91.9 -46.5 28.6) |
| LCH | lch(91.9 54.6 148.4) |
| OKLCH | oklch(0.914 0.146 150.4) |
Copy-ready code
/* CSS */
color: #96feaf;
background-color: #96feaf;
/* Tailwind (arbitrary) */
class="text-[#96feaf] bg-[#96feaf]"
/* SCSS */
$brand: #96feaf;
/* SwiftUI */
Color(red: 0.588, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#96feaf")Accessibility — WCAG contrast
Aa
#96feaf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96feaf on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green99.6%
Blue68.6%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#96feaf text on a black background
contrast 17.09:1
Card sample
#96feaf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96feaf;
Background color
Panel with #96feaf background
background-color: #96feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96feaf; background: linear-gradient(135deg, #96feaf, #96FEF4);