#98aefd
a light, electric blue · warm · closest name: dodgerblue
RGB
152, 174, 253
HSL
227°, 96%, 79%
CMYK
40, 31, 0, 1
Luminance
0.4404
Every format
| HEX | #98aefd |
| RGB | rgb(152, 174, 253) |
| HSL | hsl(227, 96%, 79%) |
| CMYK | cmyk(40%, 31%, 0%, 1%) |
| LAB | lab(72.3 11.6 -41.6) |
| LCH | lch(72.3 43.2 285.6) |
| OKLCH | oklch(0.765 0.116 271.5) |
Copy-ready code
/* CSS */
color: #98aefd;
background-color: #98aefd;
/* Tailwind (arbitrary) */
class="text-[#98aefd] bg-[#98aefd]"
/* SCSS */
$brand: #98aefd;
/* SwiftUI */
Color(red: 0.596, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#98aefd")Accessibility — WCAG contrast
Aa
#98aefd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98aefd on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green68.2%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#98aefd text on a black background
contrast 9.81:1
Card sample
#98aefd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98aefd;
Background color
Panel with #98aefd background
background-color: #98aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98aefd; background: linear-gradient(135deg, #98aefd, #C598FD);