#889fdf
a light, vivid blue · cool · closest name: steelblue
RGB
136, 159, 223
HSL
224°, 58%, 70%
CMYK
39, 29, 0, 13
Luminance
0.3536
Every format
| HEX | #889fdf |
| RGB | rgb(136, 159, 223) |
| HSL | hsl(224, 58%, 70%) |
| CMYK | cmyk(39%, 29%, 0%, 13%) |
| LAB | lab(66.0 7.8 -35.0) |
| LCH | lch(66.0 35.9 282.5) |
| OKLCH | oklch(0.710 0.098 268.7) |
Copy-ready code
/* CSS */
color: #889fdf;
background-color: #889fdf;
/* Tailwind (arbitrary) */
class="text-[#889fdf] bg-[#889fdf]"
/* SCSS */
$brand: #889fdf;
/* SwiftUI */
Color(red: 0.533, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#889fdf")Accessibility — WCAG contrast
Aa
#889fdf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#889fdf on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green62.4%
Blue87.5%
CMYK percentages
Cyan39.0%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#889fdf text on a black background
contrast 8.07:1
Card sample
#889fdf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889fdf;
Background color
Panel with #889fdf background
background-color: #889fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889fdf; background: linear-gradient(135deg, #889fdf, #AB88DF);