#9fc198
a light, soft green · cool · closest name: tan
RGB
159, 193, 152
HSL
110°, 25%, 68%
CMYK
18, 0, 21, 24
Luminance
0.4778
Every format
| HEX | #9fc198 |
| RGB | rgb(159, 193, 152) |
| HSL | hsl(110, 25%, 68%) |
| CMYK | cmyk(18%, 0%, 21%, 24%) |
| LAB | lab(74.7 -19.2 17.0) |
| LCH | lch(74.7 25.6 138.6) |
| OKLCH | oklch(0.775 0.068 140.3) |
Copy-ready code
/* CSS */
color: #9fc198;
background-color: #9fc198;
/* Tailwind (arbitrary) */
class="text-[#9fc198] bg-[#9fc198]"
/* SCSS */
$brand: #9fc198;
/* SwiftUI */
Color(red: 0.624, green: 0.757, blue: 0.596)
/* Android */
Color.parseColor("#9fc198")Accessibility — WCAG contrast
Aa
#9fc198 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc198 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green75.7%
Blue59.6%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow21.2%
Key (black)24.3%
Color previews
#9fc198 text on a black background
contrast 10.56:1
Card sample
#9fc198 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc198;
Background color
Panel with #9fc198 background
background-color: #9fc198;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc198;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 193, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 193, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc198; background: linear-gradient(135deg, #9fc198, #98C1AC);