#9cb09c
a light, muted green · cool · closest name: silver
RGB
156, 176, 156
HSL
120°, 11%, 65%
CMYK
11, 0, 11, 31
Luminance
0.4052
Every format
| HEX | #9cb09c |
| RGB | rgb(156, 176, 156) |
| HSL | hsl(120, 11%, 65%) |
| CMYK | cmyk(11%, 0%, 11%, 31%) |
| LAB | lab(69.8 -10.8 7.9) |
| LCH | lch(69.8 13.4 143.7) |
| OKLCH | oklch(0.736 0.036 145.2) |
Copy-ready code
/* CSS */
color: #9cb09c;
background-color: #9cb09c;
/* Tailwind (arbitrary) */
class="text-[#9cb09c] bg-[#9cb09c]"
/* SCSS */
$brand: #9cb09c;
/* SwiftUI */
Color(red: 0.612, green: 0.690, blue: 0.612)
/* Android */
Color.parseColor("#9cb09c")Accessibility — WCAG contrast
Aa
#9cb09c on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cb09c on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green69.0%
Blue61.2%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow11.4%
Key (black)31.0%
Color previews
#9cb09c text on a black background
contrast 9.10:1
Card sample
#9cb09c text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cb09c;
Background color
Panel with #9cb09c background
background-color: #9cb09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cb09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 176, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 176, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cb09c; background: linear-gradient(135deg, #9cb09c, #9CB0A9);