#98c4f1
a light, electric blue · cool · closest name: skyblue
RGB
152, 196, 241
HSL
210°, 76%, 77%
CMYK
37, 19, 0, 6
Luminance
0.5251
Every format
| HEX | #98c4f1 |
| RGB | rgb(152, 196, 241) |
| HSL | hsl(210, 76%, 77%) |
| CMYK | cmyk(37%, 19%, 0%, 6%) |
| LAB | lab(77.6 -3.6 -26.9) |
| LCH | lch(77.6 27.1 262.3) |
| OKLCH | oklch(0.805 0.079 249.4) |
Copy-ready code
/* CSS */
color: #98c4f1;
background-color: #98c4f1;
/* Tailwind (arbitrary) */
class="text-[#98c4f1] bg-[#98c4f1]"
/* SCSS */
$brand: #98c4f1;
/* SwiftUI */
Color(red: 0.596, green: 0.769, blue: 0.945)
/* Android */
Color.parseColor("#98c4f1")Accessibility — WCAG contrast
Aa
#98c4f1 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98c4f1 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green76.9%
Blue94.5%
CMYK percentages
Cyan36.9%
Magenta18.7%
Yellow0.0%
Key (black)5.5%
Color previews
#98c4f1 text on a black background
contrast 11.50:1
Card sample
#98c4f1 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98c4f1;
Background color
Panel with #98c4f1 background
background-color: #98c4f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98c4f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 196, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 196, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98c4f1; background: linear-gradient(135deg, #98c4f1, #A798F1);