#9fdf98
a light, vivid green · cool · closest name: aquamarine
RGB
159, 223, 152
HSL
114°, 53%, 74%
CMYK
29, 0, 32, 13
Luminance
0.6241
Every format
| HEX | #9fdf98 |
| RGB | rgb(159, 223, 152) |
| HSL | hsl(114, 53%, 74%) |
| CMYK | cmyk(29%, 0%, 32%, 13%) |
| LAB | lab(83.1 -33.7 28.5) |
| LCH | lch(83.1 44.2 139.8) |
| OKLCH | oklch(0.843 0.117 142.1) |
Copy-ready code
/* CSS */
color: #9fdf98;
background-color: #9fdf98;
/* Tailwind (arbitrary) */
class="text-[#9fdf98] bg-[#9fdf98]"
/* SCSS */
$brand: #9fdf98;
/* SwiftUI */
Color(red: 0.624, green: 0.875, blue: 0.596)
/* Android */
Color.parseColor("#9fdf98")Accessibility — WCAG contrast
Aa
#9fdf98 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdf98 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green87.5%
Blue59.6%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow31.8%
Key (black)12.5%
Color previews
#9fdf98 text on a black background
contrast 13.48:1
Card sample
#9fdf98 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdf98;
Background color
Panel with #9fdf98 background
background-color: #9fdf98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdf98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 223, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 223, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdf98; background: linear-gradient(135deg, #9fdf98, #98DFC0);