#98acdf
a light, vivid blue · cool · closest name: steelblue
RGB
152, 172, 223
HSL
223°, 53%, 74%
CMYK
32, 23, 0, 13
Luminance
0.4151
Every format
| HEX | #98acdf |
| RGB | rgb(152, 172, 223) |
| HSL | hsl(223, 53%, 74%) |
| CMYK | cmyk(32%, 23%, 0%, 13%) |
| LAB | lab(70.5 4.9 -27.9) |
| LCH | lch(70.5 28.4 279.9) |
| OKLCH | oklch(0.748 0.077 267.9) |
Copy-ready code
/* CSS */
color: #98acdf;
background-color: #98acdf;
/* Tailwind (arbitrary) */
class="text-[#98acdf] bg-[#98acdf]"
/* SCSS */
$brand: #98acdf;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#98acdf")Accessibility — WCAG contrast
Aa
#98acdf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98acdf on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#98acdf text on a black background
contrast 9.30:1
Card sample
#98acdf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98acdf;
Background color
Panel with #98acdf background
background-color: #98acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98acdf; background: linear-gradient(135deg, #98acdf, #B398DF);