#9cc2af
a light, soft green · cool · closest name: silver
RGB
156, 194, 175
HSL
150°, 24%, 69%
CMYK
20, 0, 10, 24
Luminance
0.4875
Every format
| HEX | #9cc2af |
| RGB | rgb(156, 194, 175) |
| HSL | hsl(150, 24%, 69%) |
| CMYK | cmyk(20%, 0%, 10%, 24%) |
| LAB | lab(75.3 -16.5 5.4) |
| LCH | lch(75.3 17.4 161.9) |
| OKLCH | oklch(0.781 0.049 163.4) |
Copy-ready code
/* CSS */
color: #9cc2af;
background-color: #9cc2af;
/* Tailwind (arbitrary) */
class="text-[#9cc2af] bg-[#9cc2af]"
/* SCSS */
$brand: #9cc2af;
/* SwiftUI */
Color(red: 0.612, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#9cc2af")Accessibility — WCAG contrast
Aa
#9cc2af on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cc2af on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green76.1%
Blue68.6%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#9cc2af text on a black background
contrast 10.75:1
Card sample
#9cc2af text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cc2af;
Background color
Panel with #9cc2af background
background-color: #9cc2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cc2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cc2af; background: linear-gradient(135deg, #9cc2af, #9CBCC2);