#98fdec
a light, electric cyan · cool · closest name: turquoise
RGB
152, 253, 236
HSL
170°, 96%, 79%
CMYK
40, 0, 7, 1
Luminance
0.8298
Every format
| HEX | #98fdec |
| RGB | rgb(152, 253, 236) |
| HSL | hsl(170, 96%, 79%) |
| CMYK | cmyk(40%, 0%, 7%, 1%) |
| LAB | lab(93.0 -33.4 -1.2) |
| LCH | lch(93.0 33.4 182.0) |
| OKLCH | oklch(0.927 0.098 182.1) |
Copy-ready code
/* CSS */
color: #98fdec;
background-color: #98fdec;
/* Tailwind (arbitrary) */
class="text-[#98fdec] bg-[#98fdec]"
/* SCSS */
$brand: #98fdec;
/* SwiftUI */
Color(red: 0.596, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#98fdec")Accessibility — WCAG contrast
Aa
#98fdec on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98fdec on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green99.2%
Blue92.5%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#98fdec text on a black background
contrast 17.60:1
Card sample
#98fdec text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98fdec;
Background color
Panel with #98fdec background
background-color: #98fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98fdec; background: linear-gradient(135deg, #98fdec, #98CBFD);