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