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