#98acef
a light, vivid blue · warm · closest name: steelblue
RGB
152, 172, 239
HSL
226°, 73%, 77%
CMYK
36, 28, 0, 6
Luminance
0.4241
Every format
| HEX | #98acef |
| RGB | rgb(152, 172, 239) |
| HSL | hsl(226, 73%, 77%) |
| CMYK | cmyk(36%, 28%, 0%, 6%) |
| LAB | lab(71.2 9.0 -35.7) |
| LCH | lch(71.2 36.8 284.1) |
| OKLCH | oklch(0.754 0.099 271.1) |
Copy-ready code
/* CSS */
color: #98acef;
background-color: #98acef;
/* Tailwind (arbitrary) */
class="text-[#98acef] bg-[#98acef]"
/* SCSS */
$brand: #98acef;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#98acef")Accessibility — WCAG contrast
Aa
#98acef on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98acef on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue93.7%
CMYK percentages
Cyan36.4%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#98acef text on a black background
contrast 9.48:1
Card sample
#98acef text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98acef;
Background color
Panel with #98acef background
background-color: #98acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98acef; background: linear-gradient(135deg, #98acef, #BE98EF);