#98f3fd
a light, electric cyan · cool · closest name: skyblue
RGB
152, 243, 253
HSL
186°, 96%, 79%
CMYK
40, 4, 0, 1
Luminance
0.7787
Every format
| HEX | #98f3fd |
| RGB | rgb(152, 243, 253) |
| HSL | hsl(186, 96%, 79%) |
| CMYK | cmyk(40%, 4%, 0%, 1%) |
| LAB | lab(90.7 -24.7 -13.4) |
| LCH | lch(90.7 28.1 208.4) |
| OKLCH | oklch(0.911 0.088 204.7) |
Copy-ready code
/* CSS */
color: #98f3fd;
background-color: #98f3fd;
/* Tailwind (arbitrary) */
class="text-[#98f3fd] bg-[#98f3fd]"
/* SCSS */
$brand: #98f3fd;
/* SwiftUI */
Color(red: 0.596, green: 0.953, blue: 0.992)
/* Android */
Color.parseColor("#98f3fd")Accessibility — WCAG contrast
Aa
#98f3fd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98f3fd on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green95.3%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta4.0%
Yellow0.0%
Key (black)0.8%
Color previews
#98f3fd text on a black background
contrast 16.57:1
Card sample
#98f3fd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98f3fd;
Background color
Panel with #98f3fd background
background-color: #98f3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98f3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 243, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 243, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98f3fd; background: linear-gradient(135deg, #98f3fd, #98B0FD);