#96ebac
a light, vivid green · cool · closest name: aquamarine
RGB
150, 235, 172
HSL
136°, 68%, 76%
CMYK
36, 0, 27, 8
Luminance
0.6888
Every format
| HEX | #96ebac |
| RGB | rgb(150, 235, 172) |
| HSL | hsl(136, 68%, 76%) |
| CMYK | cmyk(36%, 0%, 27%, 8%) |
| LAB | lab(86.4 -38.7 22.6) |
| LCH | lch(86.4 44.8 149.7) |
| OKLCH | oklch(0.870 0.120 151.5) |
Copy-ready code
/* CSS */
color: #96ebac;
background-color: #96ebac;
/* Tailwind (arbitrary) */
class="text-[#96ebac] bg-[#96ebac]"
/* SCSS */
$brand: #96ebac;
/* SwiftUI */
Color(red: 0.588, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#96ebac")Accessibility — WCAG contrast
Aa
#96ebac on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96ebac on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green92.2%
Blue67.5%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#96ebac text on a black background
contrast 14.78:1
Card sample
#96ebac text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96ebac;
Background color
Panel with #96ebac background
background-color: #96ebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96ebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96ebac; background: linear-gradient(135deg, #96ebac, #96EBE5);