#98df7c
a light, vivid green · cool · closest name: olivedrab
RGB
152, 223, 124
HSL
103°, 61%, 68%
CMYK
32, 0, 44, 13
Luminance
0.6091
Every format
| HEX | #98df7c |
| RGB | rgb(152, 223, 124) |
| HSL | hsl(103, 61%, 68%) |
| CMYK | cmyk(32%, 0%, 44%, 13%) |
| LAB | lab(82.3 -40.1 41.5) |
| LCH | lch(82.3 57.7 134.0) |
| OKLCH | oklch(0.834 0.149 137.4) |
Copy-ready code
/* CSS */
color: #98df7c;
background-color: #98df7c;
/* Tailwind (arbitrary) */
class="text-[#98df7c] bg-[#98df7c]"
/* SCSS */
$brand: #98df7c;
/* SwiftUI */
Color(red: 0.596, green: 0.875, blue: 0.486)
/* Android */
Color.parseColor("#98df7c")Accessibility — WCAG contrast
Aa
#98df7c on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98df7c on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green87.5%
Blue48.6%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow44.4%
Key (black)12.5%
Color previews
#98df7c text on a black background
contrast 13.18:1
Card sample
#98df7c text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98df7c;
Background color
Panel with #98df7c background
background-color: #98df7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98df7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 223, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 223, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98df7c; background: linear-gradient(135deg, #98df7c, #7CDFA2);