#9da18c
a balanced, muted green · cool · closest name: gray
RGB
157, 161, 140
HSL
71°, 10%, 59%
CMYK
3, 0, 13, 37
Luminance
0.3455
Every format
| HEX | #9da18c |
| RGB | rgb(157, 161, 140) |
| HSL | hsl(71, 10%, 59%) |
| CMYK | cmyk(3%, 0%, 13%, 37%) |
| LAB | lab(65.4 -5.3 10.5) |
| LCH | lch(65.4 11.7 116.7) |
| OKLCH | oklch(0.700 0.030 115.9) |
Copy-ready code
/* CSS */
color: #9da18c;
background-color: #9da18c;
/* Tailwind (arbitrary) */
class="text-[#9da18c] bg-[#9da18c]"
/* SCSS */
$brand: #9da18c;
/* SwiftUI */
Color(red: 0.616, green: 0.631, blue: 0.549)
/* Android */
Color.parseColor("#9da18c")Accessibility — WCAG contrast
Aa
#9da18c on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da18c on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.1%
Blue54.9%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow13.0%
Key (black)36.9%
Color previews
#9da18c text on a black background
contrast 7.91:1
Card sample
#9da18c text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da18c;
Background color
Panel with #9da18c background
background-color: #9da18c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da18c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 161, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 161, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da18c; background: linear-gradient(135deg, #9da18c, #8FA18C);