#98afdf
a light, vivid blue · cool · closest name: skyblue
RGB
152, 175, 223
HSL
221°, 53%, 74%
CMYK
32, 22, 0, 13
Luminance
0.4266
Every format
| HEX | #98afdf |
| RGB | rgb(152, 175, 223) |
| HSL | hsl(221, 53%, 74%) |
| CMYK | cmyk(32%, 22%, 0%, 13%) |
| LAB | lab(71.3 3.2 -26.7) |
| LCH | lch(71.3 26.9 276.8) |
| OKLCH | oklch(0.754 0.074 264.7) |
Copy-ready code
/* CSS */
color: #98afdf;
background-color: #98afdf;
/* Tailwind (arbitrary) */
class="text-[#98afdf] bg-[#98afdf]"
/* SCSS */
$brand: #98afdf;
/* SwiftUI */
Color(red: 0.596, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#98afdf")Accessibility — WCAG contrast
Aa
#98afdf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98afdf on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green68.6%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#98afdf text on a black background
contrast 9.53:1
Card sample
#98afdf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98afdf;
Background color
Panel with #98afdf background
background-color: #98afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98afdf; background: linear-gradient(135deg, #98afdf, #B098DF);