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