#96c596
a light, soft green · cool · closest name: seagreen
RGB
150, 197, 150
HSL
120°, 29%, 68%
CMYK
24, 0, 24, 23
Luminance
0.4862
Every format
| HEX | #96c596 |
| RGB | rgb(150, 197, 150) |
| HSL | hsl(120, 29%, 68%) |
| CMYK | cmyk(24%, 0%, 24%, 23%) |
| LAB | lab(75.2 -24.7 18.7) |
| LCH | lch(75.2 30.9 142.9) |
| OKLCH | oklch(0.777 0.083 144.7) |
Copy-ready code
/* CSS */
color: #96c596;
background-color: #96c596;
/* Tailwind (arbitrary) */
class="text-[#96c596] bg-[#96c596]"
/* SCSS */
$brand: #96c596;
/* SwiftUI */
Color(red: 0.588, green: 0.773, blue: 0.588)
/* Android */
Color.parseColor("#96c596")Accessibility — WCAG contrast
Aa
#96c596 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96c596 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green77.3%
Blue58.8%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow23.9%
Key (black)22.7%
Color previews
#96c596 text on a black background
contrast 10.72:1
Card sample
#96c596 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96c596;
Background color
Panel with #96c596 background
background-color: #96c596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96c596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 197, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 197, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96c596; background: linear-gradient(135deg, #96c596, #96C5B5);