#9b9eb3
a light, muted blue · warm · closest name: gray
RGB
155, 158, 179
HSL
233°, 14%, 66%
CMYK
13, 12, 0, 30
Luminance
0.3468
Every format
| HEX | #9b9eb3 |
| RGB | rgb(155, 158, 179) |
| HSL | hsl(233, 14%, 66%) |
| CMYK | cmyk(13%, 12%, 0%, 30%) |
| LAB | lab(65.5 3.2 -11.2) |
| LCH | lch(65.5 11.7 286.1) |
| OKLCH | oklch(0.704 0.031 279.1) |
Copy-ready code
/* CSS */
color: #9b9eb3;
background-color: #9b9eb3;
/* Tailwind (arbitrary) */
class="text-[#9b9eb3] bg-[#9b9eb3]"
/* SCSS */
$brand: #9b9eb3;
/* SwiftUI */
Color(red: 0.608, green: 0.620, blue: 0.702)
/* Android */
Color.parseColor("#9b9eb3")Accessibility — WCAG contrast
Aa
#9b9eb3 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b9eb3 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green62.0%
Blue70.2%
CMYK percentages
Cyan13.4%
Magenta11.7%
Yellow0.0%
Key (black)29.8%
Color previews
#9b9eb3 text on a black background
contrast 7.94:1
Card sample
#9b9eb3 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b9eb3;
Background color
Panel with #9b9eb3 background
background-color: #9b9eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b9eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 158, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 158, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b9eb3; background: linear-gradient(135deg, #9b9eb3, #A89BB3);