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