#98aced
a light, vivid blue · warm · closest name: steelblue
RGB
152, 172, 237
HSL
226°, 70%, 76%
CMYK
36, 27, 0, 7
Luminance
0.4229
Every format
| HEX | #98aced |
| RGB | rgb(152, 172, 237) |
| HSL | hsl(226, 70%, 76%) |
| CMYK | cmyk(36%, 27%, 0%, 7%) |
| LAB | lab(71.1 8.5 -34.8) |
| LCH | lch(71.1 35.8 283.7) |
| OKLCH | oklch(0.754 0.097 270.8) |
Copy-ready code
/* CSS */
color: #98aced;
background-color: #98aced;
/* Tailwind (arbitrary) */
class="text-[#98aced] bg-[#98aced]"
/* SCSS */
$brand: #98aced;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.929)
/* Android */
Color.parseColor("#98aced")Accessibility — WCAG contrast
Aa
#98aced on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98aced on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue92.9%
CMYK percentages
Cyan35.9%
Magenta27.4%
Yellow0.0%
Key (black)7.1%
Color previews
#98aced text on a black background
contrast 9.46:1
Card sample
#98aced text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98aced;
Background color
Panel with #98aced background
background-color: #98aced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98aced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98aced; background: linear-gradient(135deg, #98aced, #BD98ED);