#989fdf
a light, vivid blue · warm · closest name: steelblue
RGB
152, 159, 223
HSL
234°, 53%, 74%
CMYK
32, 29, 0, 13
Luminance
0.3680
Every format
| HEX | #989fdf |
| RGB | rgb(152, 159, 223) |
| HSL | hsl(234, 53%, 74%) |
| CMYK | cmyk(32%, 29%, 0%, 13%) |
| LAB | lab(67.1 12.2 -33.2) |
| LCH | lch(67.1 35.4 290.1) |
| OKLCH | oklch(0.721 0.093 279.0) |
Copy-ready code
/* CSS */
color: #989fdf;
background-color: #989fdf;
/* Tailwind (arbitrary) */
class="text-[#989fdf] bg-[#989fdf]"
/* SCSS */
$brand: #989fdf;
/* SwiftUI */
Color(red: 0.596, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#989fdf")Accessibility — WCAG contrast
Aa
#989fdf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#989fdf on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green62.4%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#989fdf text on a black background
contrast 8.36:1
Card sample
#989fdf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #989fdf;
Background color
Panel with #989fdf background
background-color: #989fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #989fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #989fdf; background: linear-gradient(135deg, #989fdf, #C098DF);