#96be96
a light, soft green · cool · closest name: silver
RGB
150, 190, 150
HSL
120°, 24%, 67%
CMYK
21, 0, 21, 26
Luminance
0.4551
Every format
| HEX | #96be96 |
| RGB | rgb(150, 190, 150) |
| HSL | hsl(120, 24%, 67%) |
| CMYK | cmyk(21%, 0%, 21%, 26%) |
| LAB | lab(73.2 -21.2 15.9) |
| LCH | lch(73.2 26.5 143.1) |
| OKLCH | oklch(0.762 0.071 144.8) |
Copy-ready code
/* CSS */
color: #96be96;
background-color: #96be96;
/* Tailwind (arbitrary) */
class="text-[#96be96] bg-[#96be96]"
/* SCSS */
$brand: #96be96;
/* SwiftUI */
Color(red: 0.588, green: 0.745, blue: 0.588)
/* Android */
Color.parseColor("#96be96")Accessibility — WCAG contrast
Aa
#96be96 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96be96 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green74.5%
Blue58.8%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow21.1%
Key (black)25.5%
Color previews
#96be96 text on a black background
contrast 10.10:1
Card sample
#96be96 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96be96;
Background color
Panel with #96be96 background
background-color: #96be96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96be96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 190, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 190, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96be96; background: linear-gradient(135deg, #96be96, #96BEB1);