#9ba2ba
a light, soft blue · warm · closest name: silver
RGB
155, 162, 186
HSL
227°, 18%, 67%
CMYK
17, 13, 0, 27
Luminance
0.3635
Every format
| HEX | #9ba2ba |
| RGB | rgb(155, 162, 186) |
| HSL | hsl(227, 18%, 67%) |
| CMYK | cmyk(17%, 13%, 0%, 27%) |
| LAB | lab(66.8 2.5 -13.2) |
| LCH | lch(66.8 13.4 280.9) |
| OKLCH | oklch(0.715 0.036 272.6) |
Copy-ready code
/* CSS */
color: #9ba2ba;
background-color: #9ba2ba;
/* Tailwind (arbitrary) */
class="text-[#9ba2ba] bg-[#9ba2ba]"
/* SCSS */
$brand: #9ba2ba;
/* SwiftUI */
Color(red: 0.608, green: 0.635, blue: 0.729)
/* Android */
Color.parseColor("#9ba2ba")Accessibility — WCAG contrast
Aa
#9ba2ba on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba2ba on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green63.5%
Blue72.9%
CMYK percentages
Cyan16.7%
Magenta12.9%
Yellow0.0%
Key (black)27.1%
Color previews
#9ba2ba text on a black background
contrast 8.27:1
Card sample
#9ba2ba text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba2ba;
Background color
Panel with #9ba2ba background
background-color: #9ba2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 162, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 162, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba2ba; background: linear-gradient(135deg, #9ba2ba, #A99BBA);