#9fc080
a balanced, soft green · cool · closest name: khaki
RGB
159, 192, 128
HSL
91°, 34%, 63%
CMYK
17, 0, 33, 25
Luminance
0.4663
Every format
| HEX | #9fc080 |
| RGB | rgb(159, 192, 128) |
| HSL | hsl(91, 34%, 63%) |
| CMYK | cmyk(17%, 0%, 33%, 25%) |
| LAB | lab(74.0 -22.5 28.7) |
| LCH | lch(74.0 36.5 128.1) |
| OKLCH | oklch(0.767 0.094 130.5) |
Copy-ready code
/* CSS */
color: #9fc080;
background-color: #9fc080;
/* Tailwind (arbitrary) */
class="text-[#9fc080] bg-[#9fc080]"
/* SCSS */
$brand: #9fc080;
/* SwiftUI */
Color(red: 0.624, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#9fc080")Accessibility — WCAG contrast
Aa
#9fc080 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc080 on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green75.3%
Blue50.2%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow33.3%
Key (black)24.7%
Color previews
#9fc080 text on a black background
contrast 10.33:1
Card sample
#9fc080 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc080;
Background color
Panel with #9fc080 background
background-color: #9fc080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc080; background: linear-gradient(135deg, #9fc080, #80C08B);