#98ecfd
a light, electric cyan · cool · closest name: skyblue
RGB
152, 236, 253
HSL
190°, 96%, 79%
CMYK
40, 7, 0, 1
Luminance
0.7376
Every format
| HEX | #98ecfd |
| RGB | rgb(152, 236, 253) |
| HSL | hsl(190, 96%, 79%) |
| CMYK | cmyk(40%, 7%, 0%, 1%) |
| LAB | lab(88.8 -21.3 -16.2) |
| LCH | lch(88.8 26.7 217.4) |
| OKLCH | oklch(0.895 0.085 211.8) |
Copy-ready code
/* CSS */
color: #98ecfd;
background-color: #98ecfd;
/* Tailwind (arbitrary) */
class="text-[#98ecfd] bg-[#98ecfd]"
/* SCSS */
$brand: #98ecfd;
/* SwiftUI */
Color(red: 0.596, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#98ecfd")Accessibility — WCAG contrast
Aa
#98ecfd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ecfd on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green92.5%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#98ecfd text on a black background
contrast 15.75:1
Card sample
#98ecfd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ecfd;
Background color
Panel with #98ecfd background
background-color: #98ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ecfd; background: linear-gradient(135deg, #98ecfd, #98A9FD);