#9dab8f
a balanced, muted green · cool · closest name: silver
RGB
157, 171, 143
HSL
90°, 14%, 62%
CMYK
8, 0, 16, 33
Luminance
0.3828
Every format
| HEX | #9dab8f |
| RGB | rgb(157, 171, 143) |
| HSL | hsl(90, 14%, 62%) |
| CMYK | cmyk(8%, 0%, 16%, 33%) |
| LAB | lab(68.2 -10.1 12.8) |
| LCH | lch(68.2 16.3 128.3) |
| OKLCH | oklch(0.722 0.043 129.1) |
Copy-ready code
/* CSS */
color: #9dab8f;
background-color: #9dab8f;
/* Tailwind (arbitrary) */
class="text-[#9dab8f] bg-[#9dab8f]"
/* SCSS */
$brand: #9dab8f;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.561)
/* Android */
Color.parseColor("#9dab8f")Accessibility — WCAG contrast
Aa
#9dab8f on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dab8f on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue56.1%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow16.4%
Key (black)32.9%
Color previews
#9dab8f text on a black background
contrast 8.66:1
Card sample
#9dab8f text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dab8f;
Background color
Panel with #9dab8f background
background-color: #9dab8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dab8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dab8f; background: linear-gradient(135deg, #9dab8f, #8FAB94);