#98ade9
a light, vivid blue · cool · closest name: steelblue
RGB
152, 173, 233
HSL
224°, 65%, 76%
CMYK
35, 26, 0, 9
Luminance
0.4245
Every format
| HEX | #98ade9 |
| RGB | rgb(152, 173, 233) |
| HSL | hsl(224, 65%, 76%) |
| CMYK | cmyk(35%, 26%, 0%, 9%) |
| LAB | lab(71.2 6.9 -32.4) |
| LCH | lch(71.2 33.1 282.0) |
| OKLCH | oklch(0.754 0.090 269.3) |
Copy-ready code
/* CSS */
color: #98ade9;
background-color: #98ade9;
/* Tailwind (arbitrary) */
class="text-[#98ade9] bg-[#98ade9]"
/* SCSS */
$brand: #98ade9;
/* SwiftUI */
Color(red: 0.596, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#98ade9")Accessibility — WCAG contrast
Aa
#98ade9 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ade9 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.8%
Blue91.4%
CMYK percentages
Cyan34.8%
Magenta25.8%
Yellow0.0%
Key (black)8.6%
Color previews
#98ade9 text on a black background
contrast 9.49:1
Card sample
#98ade9 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ade9;
Background color
Panel with #98ade9 background
background-color: #98ade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ade9; background: linear-gradient(135deg, #98ade9, #B998E9);