#98bafd
a light, electric blue · cool · closest name: steelblue
RGB
152, 186, 253
HSL
220°, 96%, 79%
CMYK
40, 27, 0, 1
Luminance
0.4889
Every format
| HEX | #98bafd |
| RGB | rgb(152, 186, 253) |
| HSL | hsl(220, 96%, 79%) |
| CMYK | cmyk(40%, 27%, 0%, 1%) |
| LAB | lab(75.4 4.9 -36.7) |
| LCH | lch(75.4 37.1 277.7) |
| OKLCH | oklch(0.789 0.103 263.5) |
Copy-ready code
/* CSS */
color: #98bafd;
background-color: #98bafd;
/* Tailwind (arbitrary) */
class="text-[#98bafd] bg-[#98bafd]"
/* SCSS */
$brand: #98bafd;
/* SwiftUI */
Color(red: 0.596, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#98bafd")Accessibility — WCAG contrast
Aa
#98bafd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98bafd on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green72.9%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#98bafd text on a black background
contrast 10.78:1
Card sample
#98bafd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98bafd;
Background color
Panel with #98bafd background
background-color: #98bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98bafd; background: linear-gradient(135deg, #98bafd, #B998FD);