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