#9b9eb0
a balanced, muted blue · warm · closest name: gray
RGB
155, 158, 176
HSL
231°, 12%, 65%
CMYK
12, 10, 0, 31
Luminance
0.3456
Every format
| HEX | #9b9eb0 |
| RGB | rgb(155, 158, 176) |
| HSL | hsl(231, 12%, 65%) |
| CMYK | cmyk(12%, 10%, 0%, 31%) |
| LAB | lab(65.4 2.6 -9.7) |
| LCH | lch(65.4 10.0 285.0) |
| OKLCH | oklch(0.703 0.026 278.2) |
Copy-ready code
/* CSS */
color: #9b9eb0;
background-color: #9b9eb0;
/* Tailwind (arbitrary) */
class="text-[#9b9eb0] bg-[#9b9eb0]"
/* SCSS */
$brand: #9b9eb0;
/* SwiftUI */
Color(red: 0.608, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#9b9eb0")Accessibility — WCAG contrast
Aa
#9b9eb0 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b9eb0 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green62.0%
Blue69.0%
CMYK percentages
Cyan11.9%
Magenta10.2%
Yellow0.0%
Key (black)31.0%
Color previews
#9b9eb0 text on a black background
contrast 7.91:1
Card sample
#9b9eb0 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b9eb0;
Background color
Panel with #9b9eb0 background
background-color: #9b9eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b9eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b9eb0; background: linear-gradient(135deg, #9b9eb0, #A69BB0);