#989eb0
a balanced, muted blue · warm · closest name: gray
RGB
152, 158, 176
HSL
225°, 13%, 64%
CMYK
14, 10, 0, 31
Luminance
0.3426
Every format
| HEX | #989eb0 |
| RGB | rgb(152, 158, 176) |
| HSL | hsl(225, 13%, 64%) |
| CMYK | cmyk(14%, 10%, 0%, 31%) |
| LAB | lab(65.2 1.6 -10.1) |
| LCH | lch(65.2 10.2 278.9) |
| OKLCH | oklch(0.700 0.027 271.0) |
Copy-ready code
/* CSS */
color: #989eb0;
background-color: #989eb0;
/* Tailwind (arbitrary) */
class="text-[#989eb0] bg-[#989eb0]"
/* SCSS */
$brand: #989eb0;
/* SwiftUI */
Color(red: 0.596, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#989eb0")Accessibility — WCAG contrast
Aa
#989eb0 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#989eb0 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green62.0%
Blue69.0%
CMYK percentages
Cyan13.6%
Magenta10.2%
Yellow0.0%
Key (black)31.0%
Color previews
#989eb0 text on a black background
contrast 7.85:1
Card sample
#989eb0 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #989eb0;
Background color
Panel with #989eb0 background
background-color: #989eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #989eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #989eb0; background: linear-gradient(135deg, #989eb0, #A298B0);