#98ffb8
a light, electric green · cool · closest name: aquamarine
RGB
152, 255, 184
HSL
139°, 100%, 80%
CMYK
40, 0, 28, 0
Luminance
0.8166
Every format
| HEX | #98ffb8 |
| RGB | rgb(152, 255, 184) |
| HSL | hsl(139, 100%, 80%) |
| CMYK | cmyk(40%, 0%, 28%, 0%) |
| LAB | lab(92.4 -44.8 24.7) |
| LCH | lch(92.4 51.2 151.1) |
| OKLCH | oklch(0.919 0.138 152.9) |
Copy-ready code
/* CSS */
color: #98ffb8;
background-color: #98ffb8;
/* Tailwind (arbitrary) */
class="text-[#98ffb8] bg-[#98ffb8]"
/* SCSS */
$brand: #98ffb8;
/* SwiftUI */
Color(red: 0.596, green: 1.000, blue: 0.722)
/* Android */
Color.parseColor("#98ffb8")Accessibility — WCAG contrast
Aa
#98ffb8 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ffb8 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green100.0%
Blue72.2%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow27.8%
Key (black)0.0%
Color previews
#98ffb8 text on a black background
contrast 17.33:1
Card sample
#98ffb8 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ffb8;
Background color
Panel with #98ffb8 background
background-color: #98ffb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ffb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 255, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 255, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ffb8; background: linear-gradient(135deg, #98ffb8, #98FFFD);