#98df8d
a light, vivid green · cool · closest name: aquamarine
RGB
152, 223, 141
HSL
112°, 56%, 71%
CMYK
32, 0, 37, 13
Luminance
0.6137
Every format
| HEX | #98df8d |
| RGB | rgb(152, 223, 141) |
| HSL | hsl(112, 56%, 71%) |
| CMYK | cmyk(32%, 0%, 37%, 13%) |
| LAB | lab(82.6 -37.7 33.3) |
| LCH | lch(82.6 50.3 138.5) |
| OKLCH | oklch(0.837 0.132 141.2) |
Copy-ready code
/* CSS */
color: #98df8d;
background-color: #98df8d;
/* Tailwind (arbitrary) */
class="text-[#98df8d] bg-[#98df8d]"
/* SCSS */
$brand: #98df8d;
/* SwiftUI */
Color(red: 0.596, green: 0.875, blue: 0.553)
/* Android */
Color.parseColor("#98df8d")Accessibility — WCAG contrast
Aa
#98df8d on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98df8d on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green87.5%
Blue55.3%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow36.8%
Key (black)12.5%
Color previews
#98df8d text on a black background
contrast 13.27:1
Card sample
#98df8d text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98df8d;
Background color
Panel with #98df8d background
background-color: #98df8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98df8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 223, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 223, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98df8d; background: linear-gradient(135deg, #98df8d, #8DDFB9);