#98acfa
a light, electric blue · warm · closest name: dodgerblue
RGB
152, 172, 250
HSL
228°, 91%, 79%
CMYK
39, 31, 0, 2
Luminance
0.4308
Every format
| HEX | #98acfa |
| RGB | rgb(152, 172, 250) |
| HSL | hsl(228, 91%, 79%) |
| CMYK | cmyk(39%, 31%, 0%, 2%) |
| LAB | lab(71.6 11.9 -41.0) |
| LCH | lch(71.6 42.7 286.2) |
| OKLCH | oklch(0.759 0.115 272.4) |
Copy-ready code
/* CSS */
color: #98acfa;
background-color: #98acfa;
/* Tailwind (arbitrary) */
class="text-[#98acfa] bg-[#98acfa]"
/* SCSS */
$brand: #98acfa;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.980)
/* Android */
Color.parseColor("#98acfa")Accessibility — WCAG contrast
Aa
#98acfa on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98acfa on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue98.0%
CMYK percentages
Cyan39.2%
Magenta31.2%
Yellow0.0%
Key (black)2.0%
Color previews
#98acfa text on a black background
contrast 9.62:1
Card sample
#98acfa text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98acfa;
Background color
Panel with #98acfa background
background-color: #98acfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98acfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98acfa; background: linear-gradient(135deg, #98acfa, #C598FA);