#96bc9e
a light, soft green · cool · closest name: silver
RGB
150, 188, 158
HSL
133°, 22%, 66%
CMYK
20, 0, 16, 26
Luminance
0.4492
Every format
| HEX | #96bc9e |
| RGB | rgb(150, 188, 158) |
| HSL | hsl(133, 22%, 66%) |
| CMYK | cmyk(20%, 0%, 16%, 26%) |
| LAB | lab(72.8 -18.7 11.0) |
| LCH | lch(72.8 21.7 149.5) |
| OKLCH | oklch(0.759 0.059 151.1) |
Copy-ready code
/* CSS */
color: #96bc9e;
background-color: #96bc9e;
/* Tailwind (arbitrary) */
class="text-[#96bc9e] bg-[#96bc9e]"
/* SCSS */
$brand: #96bc9e;
/* SwiftUI */
Color(red: 0.588, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#96bc9e")Accessibility — WCAG contrast
Aa
#96bc9e on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96bc9e on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green73.7%
Blue62.0%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow16.0%
Key (black)26.3%
Color previews
#96bc9e text on a black background
contrast 9.98:1
Card sample
#96bc9e text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96bc9e;
Background color
Panel with #96bc9e background
background-color: #96bc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96bc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96bc9e; background: linear-gradient(135deg, #96bc9e, #96BCB7);