#98fdbb
a light, electric green · cool · closest name: aquamarine
RGB
152, 253, 187
HSL
141°, 96%, 79%
CMYK
40, 0, 26, 1
Luminance
0.8051
Every format
| HEX | #98fdbb |
| RGB | rgb(152, 253, 187) |
| HSL | hsl(141, 96%, 79%) |
| CMYK | cmyk(40%, 0%, 26%, 1%) |
| LAB | lab(91.9 -43.4 22.5) |
| LCH | lch(91.9 48.9 152.6) |
| OKLCH | oklch(0.915 0.132 154.3) |
Copy-ready code
/* CSS */
color: #98fdbb;
background-color: #98fdbb;
/* Tailwind (arbitrary) */
class="text-[#98fdbb] bg-[#98fdbb]"
/* SCSS */
$brand: #98fdbb;
/* SwiftUI */
Color(red: 0.596, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#98fdbb")Accessibility — WCAG contrast
Aa
#98fdbb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98fdbb on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green99.2%
Blue73.3%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#98fdbb text on a black background
contrast 17.10:1
Card sample
#98fdbb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98fdbb;
Background color
Panel with #98fdbb background
background-color: #98fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98fdbb; background: linear-gradient(135deg, #98fdbb, #98FCFD);