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