#9dbb8f
a balanced, soft green · cool · closest name: tan
RGB
157, 187, 143
HSL
101°, 24%, 65%
CMYK
16, 0, 24, 27
Luminance
0.4469
Every format
| HEX | #9dbb8f |
| RGB | rgb(157, 187, 143) |
| HSL | hsl(101, 24%, 65%) |
| CMYK | cmyk(16%, 0%, 24%, 27%) |
| LAB | lab(72.7 -18.4 19.0) |
| LCH | lch(72.7 26.5 134.1) |
| OKLCH | oklch(0.758 0.070 135.8) |
Copy-ready code
/* CSS */
color: #9dbb8f;
background-color: #9dbb8f;
/* Tailwind (arbitrary) */
class="text-[#9dbb8f] bg-[#9dbb8f]"
/* SCSS */
$brand: #9dbb8f;
/* SwiftUI */
Color(red: 0.616, green: 0.733, blue: 0.561)
/* Android */
Color.parseColor("#9dbb8f")Accessibility — WCAG contrast
Aa
#9dbb8f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dbb8f on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green73.3%
Blue56.1%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow23.5%
Key (black)26.7%
Color previews
#9dbb8f text on a black background
contrast 9.94:1
Card sample
#9dbb8f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dbb8f;
Background color
Panel with #9dbb8f background
background-color: #9dbb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dbb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 187, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 187, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dbb8f; background: linear-gradient(135deg, #9dbb8f, #8FBB9E);