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