#98dbfd
a light, electric blue · cool · closest name: skyblue
RGB
152, 219, 253
HSL
200°, 96%, 79%
CMYK
40, 13, 0, 1
Luminance
0.6443
Every format
| HEX | #98dbfd |
| RGB | rgb(152, 219, 253) |
| HSL | hsl(200, 96%, 79%) |
| CMYK | cmyk(40%, 13%, 0%, 1%) |
| LAB | lab(84.2 -12.7 -23.2) |
| LCH | lch(84.2 26.4 241.4) |
| OKLCH | oklch(0.859 0.082 231.0) |
Copy-ready code
/* CSS */
color: #98dbfd;
background-color: #98dbfd;
/* Tailwind (arbitrary) */
class="text-[#98dbfd] bg-[#98dbfd]"
/* SCSS */
$brand: #98dbfd;
/* SwiftUI */
Color(red: 0.596, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#98dbfd")Accessibility — WCAG contrast
Aa
#98dbfd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98dbfd on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green85.9%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#98dbfd text on a black background
contrast 13.89:1
Card sample
#98dbfd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98dbfd;
Background color
Panel with #98dbfd background
background-color: #98dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98dbfd; background: linear-gradient(135deg, #98dbfd, #9898FD);