#98acee
a light, vivid blue · warm · closest name: steelblue
RGB
152, 172, 238
HSL
226°, 72%, 77%
CMYK
36, 28, 0, 7
Luminance
0.4235
Every format
| HEX | #98acee |
| RGB | rgb(152, 172, 238) |
| HSL | hsl(226, 72%, 77%) |
| CMYK | cmyk(36%, 28%, 0%, 7%) |
| LAB | lab(71.1 8.7 -35.2) |
| LCH | lch(71.1 36.3 283.9) |
| OKLCH | oklch(0.754 0.098 271.0) |
Copy-ready code
/* CSS */
color: #98acee;
background-color: #98acee;
/* Tailwind (arbitrary) */
class="text-[#98acee] bg-[#98acee]"
/* SCSS */
$brand: #98acee;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#98acee")Accessibility — WCAG contrast
Aa
#98acee on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98acee on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue93.3%
CMYK percentages
Cyan36.1%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#98acee text on a black background
contrast 9.47:1
Card sample
#98acee text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98acee;
Background color
Panel with #98acee background
background-color: #98acee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98acee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98acee; background: linear-gradient(135deg, #98acee, #BD98EE);