#98fdfc
a light, electric cyan · cool · closest name: cyan
RGB
152, 253, 252
HSL
179°, 96%, 79%
CMYK
40, 0, 0, 1
Luminance
0.8395
Every format
| HEX | #98fdfc |
| RGB | rgb(152, 253, 252) |
| HSL | hsl(179, 96%, 79%) |
| CMYK | cmyk(40%, 0%, 0%, 1%) |
| LAB | lab(93.4 -29.7 -8.8) |
| LCH | lch(93.4 31.0 196.5) |
| OKLCH | oklch(0.932 0.095 194.8) |
Copy-ready code
/* CSS */
color: #98fdfc;
background-color: #98fdfc;
/* Tailwind (arbitrary) */
class="text-[#98fdfc] bg-[#98fdfc]"
/* SCSS */
$brand: #98fdfc;
/* SwiftUI */
Color(red: 0.596, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#98fdfc")Accessibility — WCAG contrast
Aa
#98fdfc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98fdfc on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green99.2%
Blue98.8%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#98fdfc text on a black background
contrast 17.79:1
Card sample
#98fdfc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98fdfc;
Background color
Panel with #98fdfc background
background-color: #98fdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98fdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98fdfc; background: linear-gradient(135deg, #98fdfc, #98BBFD);