#889bc9
a light, soft blue · cool · closest name: steelblue
RGB
136, 155, 201
HSL
223°, 38%, 66%
CMYK
32, 23, 0, 21
Luminance
0.3289
Every format
| HEX | #889bc9 |
| RGB | rgb(136, 155, 201) |
| HSL | hsl(223, 38%, 66%) |
| CMYK | cmyk(32%, 23%, 0%, 21%) |
| LAB | lab(64.1 4.2 -25.8) |
| LCH | lch(64.1 26.1 279.2) |
| OKLCH | oklch(0.692 0.071 267.1) |
Copy-ready code
/* CSS */
color: #889bc9;
background-color: #889bc9;
/* Tailwind (arbitrary) */
class="text-[#889bc9] bg-[#889bc9]"
/* SCSS */
$brand: #889bc9;
/* SwiftUI */
Color(red: 0.533, green: 0.608, blue: 0.788)
/* Android */
Color.parseColor("#889bc9")Accessibility — WCAG contrast
Aa
#889bc9 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#889bc9 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.8%
Blue78.8%
CMYK percentages
Cyan32.3%
Magenta22.9%
Yellow0.0%
Key (black)21.2%
Color previews
#889bc9 text on a black background
contrast 7.58:1
Card sample
#889bc9 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889bc9;
Background color
Panel with #889bc9 background
background-color: #889bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 155, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 155, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889bc9; background: linear-gradient(135deg, #889bc9, #A088C9);