#989cdf
a light, vivid blue · warm · closest name: steelblue
RGB
152, 156, 223
HSL
237°, 53%, 74%
CMYK
32, 30, 0, 13
Luminance
0.3578
Every format
| HEX | #989cdf |
| RGB | rgb(152, 156, 223) |
| HSL | hsl(237, 53%, 74%) |
| CMYK | cmyk(32%, 30%, 0%, 13%) |
| LAB | lab(66.3 13.9 -34.4) |
| LCH | lch(66.3 37.1 292.0) |
| OKLCH | oklch(0.715 0.097 281.0) |
Copy-ready code
/* CSS */
color: #989cdf;
background-color: #989cdf;
/* Tailwind (arbitrary) */
class="text-[#989cdf] bg-[#989cdf]"
/* SCSS */
$brand: #989cdf;
/* SwiftUI */
Color(red: 0.596, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#989cdf")Accessibility — WCAG contrast
Aa
#989cdf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#989cdf on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green61.2%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#989cdf text on a black background
contrast 8.16:1
Card sample
#989cdf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #989cdf;
Background color
Panel with #989cdf background
background-color: #989cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #989cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #989cdf; background: linear-gradient(135deg, #989cdf, #C398DF);