#96c0af
a light, soft green · cool · closest name: silver
RGB
150, 192, 175
HSL
156°, 25%, 67%
CMYK
22, 0, 9, 25
Luminance
0.4728
Every format
| HEX | #96c0af |
| RGB | rgb(150, 192, 175) |
| HSL | hsl(156, 25%, 67%) |
| CMYK | cmyk(22%, 0%, 9%, 25%) |
| LAB | lab(74.4 -17.4 4.0) |
| LCH | lch(74.4 17.9 167.1) |
| OKLCH | oklch(0.773 0.051 168.3) |
Copy-ready code
/* CSS */
color: #96c0af;
background-color: #96c0af;
/* Tailwind (arbitrary) */
class="text-[#96c0af] bg-[#96c0af]"
/* SCSS */
$brand: #96c0af;
/* SwiftUI */
Color(red: 0.588, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#96c0af")Accessibility — WCAG contrast
Aa
#96c0af on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96c0af on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green75.3%
Blue68.6%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#96c0af text on a black background
contrast 10.46:1
Card sample
#96c0af text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96c0af;
Background color
Panel with #96c0af background
background-color: #96c0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96c0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96c0af; background: linear-gradient(135deg, #96c0af, #96B5C0);