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