#98f28b
a light, electric green · cool · closest name: aquamarine
RGB
152, 242, 139
HSL
112°, 80%, 75%
CMYK
37, 0, 43, 5
Luminance
0.7204
Every format
| HEX | #98f28b |
| RGB | rgb(152, 242, 139) |
| HSL | hsl(112, 80%, 75%) |
| CMYK | cmyk(37%, 0%, 43%, 5%) |
| LAB | lab(88.0 -46.3 41.4) |
| LCH | lch(88.0 62.1 138.3) |
| OKLCH | oklch(0.880 0.162 141.3) |
Copy-ready code
/* CSS */
color: #98f28b;
background-color: #98f28b;
/* Tailwind (arbitrary) */
class="text-[#98f28b] bg-[#98f28b]"
/* SCSS */
$brand: #98f28b;
/* SwiftUI */
Color(red: 0.596, green: 0.949, blue: 0.545)
/* Android */
Color.parseColor("#98f28b")Accessibility — WCAG contrast
Aa
#98f28b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98f28b on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green94.9%
Blue54.5%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow42.6%
Key (black)5.1%
Color previews
#98f28b text on a black background
contrast 15.41:1
Card sample
#98f28b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98f28b;
Background color
Panel with #98f28b background
background-color: #98f28b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98f28b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 242, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 242, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98f28b; background: linear-gradient(135deg, #98f28b, #8BF2C3);