#98a2e5
a light, vivid blue · warm · closest name: steelblue
RGB
152, 162, 229
HSL
232°, 60%, 75%
CMYK
34, 29, 0, 10
Luminance
0.3817
Every format
| HEX | #98a2e5 |
| RGB | rgb(152, 162, 229) |
| HSL | hsl(232, 60%, 75%) |
| CMYK | cmyk(34%, 29%, 0%, 10%) |
| LAB | lab(68.2 12.0 -34.9) |
| LCH | lch(68.2 36.9 289.0) |
| OKLCH | oklch(0.730 0.098 277.2) |
Copy-ready code
/* CSS */
color: #98a2e5;
background-color: #98a2e5;
/* Tailwind (arbitrary) */
class="text-[#98a2e5] bg-[#98a2e5]"
/* SCSS */
$brand: #98a2e5;
/* SwiftUI */
Color(red: 0.596, green: 0.635, blue: 0.898)
/* Android */
Color.parseColor("#98a2e5")Accessibility — WCAG contrast
Aa
#98a2e5 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98a2e5 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green63.5%
Blue89.8%
CMYK percentages
Cyan33.6%
Magenta29.3%
Yellow0.0%
Key (black)10.2%
Color previews
#98a2e5 text on a black background
contrast 8.63:1
Card sample
#98a2e5 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98a2e5;
Background color
Panel with #98a2e5 background
background-color: #98a2e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98a2e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 162, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 162, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98a2e5; background: linear-gradient(135deg, #98a2e5, #C198E5);