#9fc58b
a light, soft green · cool · closest name: tan
RGB
159, 197, 139
HSL
99°, 33%, 66%
CMYK
19, 0, 29, 23
Luminance
0.4917
Every format
| HEX | #9fc58b |
| RGB | rgb(159, 197, 139) |
| HSL | hsl(99, 33%, 66%) |
| CMYK | cmyk(19%, 0%, 29%, 23%) |
| LAB | lab(75.5 -23.3 25.1) |
| LCH | lch(75.5 34.3 132.9) |
| OKLCH | oklch(0.781 0.089 135.1) |
Copy-ready code
/* CSS */
color: #9fc58b;
background-color: #9fc58b;
/* Tailwind (arbitrary) */
class="text-[#9fc58b] bg-[#9fc58b]"
/* SCSS */
$brand: #9fc58b;
/* SwiftUI */
Color(red: 0.624, green: 0.773, blue: 0.545)
/* Android */
Color.parseColor("#9fc58b")Accessibility — WCAG contrast
Aa
#9fc58b on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc58b on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green77.3%
Blue54.5%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow29.4%
Key (black)22.7%
Color previews
#9fc58b text on a black background
contrast 10.83:1
Card sample
#9fc58b text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc58b;
Background color
Panel with #9fc58b background
background-color: #9fc58b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc58b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 197, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 197, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc58b; background: linear-gradient(135deg, #9fc58b, #8BC59E);