#96dfba
a light, vivid green · cool · closest name: aquamarine
RGB
150, 223, 186
HSL
150°, 53%, 73%
CMYK
33, 0, 17, 13
Luminance
0.6280
Every format
| HEX | #96dfba |
| RGB | rgb(150, 223, 186) |
| HSL | hsl(150, 53%, 73%) |
| CMYK | cmyk(33%, 0%, 17%, 13%) |
| LAB | lab(83.3 -30.5 11.0) |
| LCH | lch(83.3 32.4 160.2) |
| OKLCH | oklch(0.845 0.090 161.6) |
Copy-ready code
/* CSS */
color: #96dfba;
background-color: #96dfba;
/* Tailwind (arbitrary) */
class="text-[#96dfba] bg-[#96dfba]"
/* SCSS */
$brand: #96dfba;
/* SwiftUI */
Color(red: 0.588, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#96dfba")Accessibility — WCAG contrast
Aa
#96dfba on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96dfba on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green87.5%
Blue72.9%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#96dfba text on a black background
contrast 13.56:1
Card sample
#96dfba text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96dfba;
Background color
Panel with #96dfba background
background-color: #96dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96dfba; background: linear-gradient(135deg, #96dfba, #96D3DF);