#9fbc9b
a light, soft green · cool · closest name: silver
RGB
159, 188, 155
HSL
113°, 20%, 67%
CMYK
15, 0, 18, 26
Luminance
0.4570
Every format
| HEX | #9fbc9b |
| RGB | rgb(159, 188, 155) |
| HSL | hsl(113, 20%, 67%) |
| CMYK | cmyk(15%, 0%, 18%, 26%) |
| LAB | lab(73.3 -16.2 13.5) |
| LCH | lch(73.3 21.0 140.2) |
| OKLCH | oklch(0.764 0.056 141.7) |
Copy-ready code
/* CSS */
color: #9fbc9b;
background-color: #9fbc9b;
/* Tailwind (arbitrary) */
class="text-[#9fbc9b] bg-[#9fbc9b]"
/* SCSS */
$brand: #9fbc9b;
/* SwiftUI */
Color(red: 0.624, green: 0.737, blue: 0.608)
/* Android */
Color.parseColor("#9fbc9b")Accessibility — WCAG contrast
Aa
#9fbc9b on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fbc9b on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green73.7%
Blue60.8%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow17.6%
Key (black)26.3%
Color previews
#9fbc9b text on a black background
contrast 10.14:1
Card sample
#9fbc9b text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fbc9b;
Background color
Panel with #9fbc9b background
background-color: #9fbc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fbc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 188, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 188, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fbc9b; background: linear-gradient(135deg, #9fbc9b, #9BBCAD);