#98f587
a light, electric green · cool · closest name: aquamarine
RGB
152, 245, 135
HSL
111°, 85%, 75%
CMYK
38, 0, 45, 4
Luminance
0.7373
Every format
| HEX | #98f587 |
| RGB | rgb(152, 245, 135) |
| HSL | hsl(111, 85%, 75%) |
| CMYK | cmyk(38%, 0%, 45%, 4%) |
| LAB | lab(88.8 -48.1 44.3) |
| LCH | lch(88.8 65.4 137.4) |
| OKLCH | oklch(0.887 0.170 140.6) |
Copy-ready code
/* CSS */
color: #98f587;
background-color: #98f587;
/* Tailwind (arbitrary) */
class="text-[#98f587] bg-[#98f587]"
/* SCSS */
$brand: #98f587;
/* SwiftUI */
Color(red: 0.596, green: 0.961, blue: 0.529)
/* Android */
Color.parseColor("#98f587")Accessibility — WCAG contrast
Aa
#98f587 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98f587 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green96.1%
Blue52.9%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow44.9%
Key (black)3.9%
Color previews
#98f587 text on a black background
contrast 15.75:1
Card sample
#98f587 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98f587;
Background color
Panel with #98f587 background
background-color: #98f587;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98f587;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 245, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 245, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98f587; background: linear-gradient(135deg, #98f587, #87F5BF);