#98affc
a light, electric blue · warm · closest name: dodgerblue
RGB
152, 175, 252
HSL
226°, 94%, 79%
CMYK
40, 31, 0, 1
Luminance
0.4436
Every format
| HEX | #98affc |
| RGB | rgb(152, 175, 252) |
| HSL | hsl(226, 94%, 79%) |
| CMYK | cmyk(40%, 31%, 0%, 1%) |
| LAB | lab(72.5 10.8 -40.7) |
| LCH | lch(72.5 42.1 284.8) |
| OKLCH | oklch(0.766 0.114 270.8) |
Copy-ready code
/* CSS */
color: #98affc;
background-color: #98affc;
/* Tailwind (arbitrary) */
class="text-[#98affc] bg-[#98affc]"
/* SCSS */
$brand: #98affc;
/* SwiftUI */
Color(red: 0.596, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#98affc")Accessibility — WCAG contrast
Aa
#98affc on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98affc on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green68.6%
Blue98.8%
CMYK percentages
Cyan39.7%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#98affc text on a black background
contrast 9.87:1
Card sample
#98affc text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98affc;
Background color
Panel with #98affc background
background-color: #98affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98affc; background: linear-gradient(135deg, #98affc, #C498FC);