#98abeb
a light, vivid blue · warm · closest name: steelblue
RGB
152, 171, 235
HSL
226°, 68%, 76%
CMYK
35, 27, 0, 8
Luminance
0.4180
Every format
| HEX | #98abeb |
| RGB | rgb(152, 171, 235) |
| HSL | hsl(226, 68%, 76%) |
| CMYK | cmyk(35%, 27%, 0%, 8%) |
| LAB | lab(70.7 8.5 -34.2) |
| LCH | lch(70.7 35.2 284.0) |
| OKLCH | oklch(0.751 0.095 271.3) |
Copy-ready code
/* CSS */
color: #98abeb;
background-color: #98abeb;
/* Tailwind (arbitrary) */
class="text-[#98abeb] bg-[#98abeb]"
/* SCSS */
$brand: #98abeb;
/* SwiftUI */
Color(red: 0.596, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#98abeb")Accessibility — WCAG contrast
Aa
#98abeb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98abeb on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.1%
Blue92.2%
CMYK percentages
Cyan35.3%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#98abeb text on a black background
contrast 9.36:1
Card sample
#98abeb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98abeb;
Background color
Panel with #98abeb background
background-color: #98abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98abeb; background: linear-gradient(135deg, #98abeb, #BC98EB);