#96eccf
a light, vivid green · cool · closest name: aquamarine
RGB
150, 236, 207
HSL
160°, 69%, 76%
CMYK
36, 0, 12, 8
Luminance
0.7098
Every format
| HEX | #96eccf |
| RGB | rgb(150, 236, 207) |
| HSL | hsl(160, 69%, 76%) |
| CMYK | cmyk(36%, 0%, 12%, 8%) |
| LAB | lab(87.5 -32.3 5.9) |
| LCH | lch(87.5 32.9 169.7) |
| OKLCH | oklch(0.880 0.093 170.7) |
Copy-ready code
/* CSS */
color: #96eccf;
background-color: #96eccf;
/* Tailwind (arbitrary) */
class="text-[#96eccf] bg-[#96eccf]"
/* SCSS */
$brand: #96eccf;
/* SwiftUI */
Color(red: 0.588, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#96eccf")Accessibility — WCAG contrast
Aa
#96eccf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96eccf on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green92.5%
Blue81.2%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#96eccf text on a black background
contrast 15.20:1
Card sample
#96eccf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96eccf;
Background color
Panel with #96eccf background
background-color: #96eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96eccf; background: linear-gradient(135deg, #96eccf, #96D0EC);