#98c6f4
a light, electric blue · cool · closest name: skyblue
RGB
152, 198, 244
HSL
210°, 81%, 78%
CMYK
38, 19, 0, 4
Luminance
0.5360
Every format
| HEX | #98c6f4 |
| RGB | rgb(152, 198, 244) |
| HSL | hsl(210, 81%, 78%) |
| CMYK | cmyk(38%, 19%, 0%, 4%) |
| LAB | lab(78.2 -4.0 -27.5) |
| LCH | lch(78.2 27.8 261.8) |
| OKLCH | oklch(0.810 0.082 248.9) |
Copy-ready code
/* CSS */
color: #98c6f4;
background-color: #98c6f4;
/* Tailwind (arbitrary) */
class="text-[#98c6f4] bg-[#98c6f4]"
/* SCSS */
$brand: #98c6f4;
/* SwiftUI */
Color(red: 0.596, green: 0.776, blue: 0.957)
/* Android */
Color.parseColor("#98c6f4")Accessibility — WCAG contrast
Aa
#98c6f4 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98c6f4 on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green77.6%
Blue95.7%
CMYK percentages
Cyan37.7%
Magenta18.9%
Yellow0.0%
Key (black)4.3%
Color previews
#98c6f4 text on a black background
contrast 11.72:1
Card sample
#98c6f4 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98c6f4;
Background color
Panel with #98c6f4 background
background-color: #98c6f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98c6f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 198, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 198, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98c6f4; background: linear-gradient(135deg, #98c6f4, #A798F4);