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