#98fffd
a light, electric cyan · cool · closest name: cyan
RGB
152, 255, 253
HSL
179°, 100%, 80%
CMYK
40, 0, 1, 0
Luminance
0.8529
Every format
| HEX | #98fffd |
| RGB | rgb(152, 255, 253) |
| HSL | hsl(179, 100%, 80%) |
| CMYK | cmyk(40%, 0%, 1%, 0%) |
| LAB | lab(94.0 -30.4 -8.5) |
| LCH | lch(94.0 31.6 195.6) |
| OKLCH | oklch(0.937 0.097 194.0) |
Copy-ready code
/* CSS */
color: #98fffd;
background-color: #98fffd;
/* Tailwind (arbitrary) */
class="text-[#98fffd] bg-[#98fffd]"
/* SCSS */
$brand: #98fffd;
/* SwiftUI */
Color(red: 0.596, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#98fffd")Accessibility — WCAG contrast
Aa
#98fffd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98fffd on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green100.0%
Blue99.2%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#98fffd text on a black background
contrast 18.06:1
Card sample
#98fffd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98fffd;
Background color
Panel with #98fffd background
background-color: #98fffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98fffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98fffd; background: linear-gradient(135deg, #98fffd, #98BCFF);