#98f37c
a light, electric green · cool · closest name: forestgreen
RGB
152, 243, 124
HSL
106°, 83%, 72%
CMYK
37, 0, 49, 5
Luminance
0.7223
Every format
| HEX | #98f37c |
| RGB | rgb(152, 243, 124) |
| HSL | hsl(106, 83%, 72%) |
| CMYK | cmyk(37%, 0%, 49%, 5%) |
| LAB | lab(88.1 -48.7 48.7) |
| LCH | lch(88.1 68.8 135.0) |
| OKLCH | oklch(0.881 0.178 138.7) |
Copy-ready code
/* CSS */
color: #98f37c;
background-color: #98f37c;
/* Tailwind (arbitrary) */
class="text-[#98f37c] bg-[#98f37c]"
/* SCSS */
$brand: #98f37c;
/* SwiftUI */
Color(red: 0.596, green: 0.953, blue: 0.486)
/* Android */
Color.parseColor("#98f37c")Accessibility — WCAG contrast
Aa
#98f37c on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98f37c on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green95.3%
Blue48.6%
CMYK percentages
Cyan37.4%
Magenta0.0%
Yellow49.0%
Key (black)4.7%
Color previews
#98f37c text on a black background
contrast 15.45:1
Card sample
#98f37c text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98f37c;
Background color
Panel with #98f37c background
background-color: #98f37c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98f37c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 243, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 243, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98f37c; background: linear-gradient(135deg, #98f37c, #7CF3AF);