#98fdac
a light, electric green · cool · closest name: aquamarine
RGB
152, 253, 172
HSL
132°, 96%, 79%
CMYK
40, 0, 32, 1
Luminance
0.7990
Every format
| HEX | #98fdac |
| RGB | rgb(152, 253, 172) |
| HSL | hsl(132, 96%, 79%) |
| CMYK | cmyk(40%, 0%, 32%, 1%) |
| LAB | lab(91.6 -46.0 29.7) |
| LCH | lch(91.6 54.8 147.1) |
| OKLCH | oklch(0.912 0.146 149.2) |
Copy-ready code
/* CSS */
color: #98fdac;
background-color: #98fdac;
/* Tailwind (arbitrary) */
class="text-[#98fdac] bg-[#98fdac]"
/* SCSS */
$brand: #98fdac;
/* SwiftUI */
Color(red: 0.596, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#98fdac")Accessibility — WCAG contrast
Aa
#98fdac on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98fdac on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green99.2%
Blue67.5%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#98fdac text on a black background
contrast 16.98:1
Card sample
#98fdac text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98fdac;
Background color
Panel with #98fdac background
background-color: #98fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98fdac; background: linear-gradient(135deg, #98fdac, #98FDEF);