#9fd98c
a light, vivid green · cool · closest name: aquamarine
RGB
159, 217, 140
HSL
105°, 50%, 70%
CMYK
27, 0, 36, 15
Luminance
0.5889
Every format
| HEX | #9fd98c |
| RGB | rgb(159, 217, 140) |
| HSL | hsl(105, 50%, 70%) |
| CMYK | cmyk(27%, 0%, 36%, 15%) |
| LAB | lab(81.2 -32.8 32.1) |
| LCH | lch(81.2 45.9 135.6) |
| OKLCH | oklch(0.827 0.120 138.2) |
Copy-ready code
/* CSS */
color: #9fd98c;
background-color: #9fd98c;
/* Tailwind (arbitrary) */
class="text-[#9fd98c] bg-[#9fd98c]"
/* SCSS */
$brand: #9fd98c;
/* SwiftUI */
Color(red: 0.624, green: 0.851, blue: 0.549)
/* Android */
Color.parseColor("#9fd98c")Accessibility — WCAG contrast
Aa
#9fd98c on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd98c on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green85.1%
Blue54.9%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow35.5%
Key (black)14.9%
Color previews
#9fd98c text on a black background
contrast 12.78:1
Card sample
#9fd98c text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd98c;
Background color
Panel with #9fd98c background
background-color: #9fd98c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd98c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 217, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 217, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd98c; background: linear-gradient(135deg, #9fd98c, #8CD9AC);