#98acda
a light, vivid blue · cool · closest name: steelblue
RGB
152, 172, 218
HSL
222°, 47%, 73%
CMYK
30, 21, 0, 15
Luminance
0.4124
Every format
| HEX | #98acda |
| RGB | rgb(152, 172, 218) |
| HSL | hsl(222, 47%, 73%) |
| CMYK | cmyk(30%, 21%, 0%, 15%) |
| LAB | lab(70.3 3.6 -25.5) |
| LCH | lch(70.3 25.8 278.1) |
| OKLCH | oklch(0.746 0.070 266.4) |
Copy-ready code
/* CSS */
color: #98acda;
background-color: #98acda;
/* Tailwind (arbitrary) */
class="text-[#98acda] bg-[#98acda]"
/* SCSS */
$brand: #98acda;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#98acda")Accessibility — WCAG contrast
Aa
#98acda on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98acda on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue85.5%
CMYK percentages
Cyan30.3%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#98acda text on a black background
contrast 9.25:1
Card sample
#98acda text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98acda;
Background color
Panel with #98acda background
background-color: #98acda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98acda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98acda; background: linear-gradient(135deg, #98acda, #B098DA);