#98ffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
152, 255, 223
HSL
161°, 100%, 80%
CMYK
40, 0, 13, 0
Luminance
0.8352
Every format
| HEX | #98ffdf |
| RGB | rgb(152, 255, 223) |
| HSL | hsl(161, 100%, 80%) |
| CMYK | cmyk(40%, 0%, 13%, 0%) |
| LAB | lab(93.2 -37.2 5.9) |
| LCH | lch(93.2 37.6 171.0) |
| OKLCH | oklch(0.928 0.107 171.9) |
Copy-ready code
/* CSS */
color: #98ffdf;
background-color: #98ffdf;
/* Tailwind (arbitrary) */
class="text-[#98ffdf] bg-[#98ffdf]"
/* SCSS */
$brand: #98ffdf;
/* SwiftUI */
Color(red: 0.596, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#98ffdf")Accessibility — WCAG contrast
Aa
#98ffdf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ffdf on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green100.0%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#98ffdf text on a black background
contrast 17.70:1
Card sample
#98ffdf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ffdf;
Background color
Panel with #98ffdf background
background-color: #98ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ffdf; background: linear-gradient(135deg, #98ffdf, #98DAFF);