#98bafa
a light, electric blue · cool · closest name: skyblue
RGB
152, 186, 250
HSL
219°, 91%, 79%
CMYK
39, 26, 0, 2
Luminance
0.4870
Every format
| HEX | #98bafa |
| RGB | rgb(152, 186, 250) |
| HSL | hsl(219, 91%, 79%) |
| CMYK | cmyk(39%, 26%, 0%, 2%) |
| LAB | lab(75.3 4.1 -35.3) |
| LCH | lch(75.3 35.5 276.7) |
| OKLCH | oklch(0.788 0.099 262.7) |
Copy-ready code
/* CSS */
color: #98bafa;
background-color: #98bafa;
/* Tailwind (arbitrary) */
class="text-[#98bafa] bg-[#98bafa]"
/* SCSS */
$brand: #98bafa;
/* SwiftUI */
Color(red: 0.596, green: 0.729, blue: 0.980)
/* Android */
Color.parseColor("#98bafa")Accessibility — WCAG contrast
Aa
#98bafa on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98bafa on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green72.9%
Blue98.0%
CMYK percentages
Cyan39.2%
Magenta25.6%
Yellow0.0%
Key (black)2.0%
Color previews
#98bafa text on a black background
contrast 10.74:1
Card sample
#98bafa text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98bafa;
Background color
Panel with #98bafa background
background-color: #98bafa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98bafa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 186, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 186, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98bafa; background: linear-gradient(135deg, #98bafa, #B798FA);