#9da7ba
a light, soft blue · cool · closest name: silver
RGB
157, 167, 186
HSL
219°, 17%, 67%
CMYK
16, 10, 0, 27
Luminance
0.3835
Every format
| HEX | #9da7ba |
| RGB | rgb(157, 167, 186) |
| HSL | hsl(219, 17%, 67%) |
| CMYK | cmyk(16%, 10%, 0%, 27%) |
| LAB | lab(68.3 0.4 -10.9) |
| LCH | lch(68.3 10.9 272.3) |
| OKLCH | oklch(0.727 0.030 263.4) |
Copy-ready code
/* CSS */
color: #9da7ba;
background-color: #9da7ba;
/* Tailwind (arbitrary) */
class="text-[#9da7ba] bg-[#9da7ba]"
/* SCSS */
$brand: #9da7ba;
/* SwiftUI */
Color(red: 0.616, green: 0.655, blue: 0.729)
/* Android */
Color.parseColor("#9da7ba")Accessibility — WCAG contrast
Aa
#9da7ba on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da7ba on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.5%
Blue72.9%
CMYK percentages
Cyan15.6%
Magenta10.2%
Yellow0.0%
Key (black)27.1%
Color previews
#9da7ba text on a black background
contrast 8.67:1
Card sample
#9da7ba text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da7ba;
Background color
Panel with #9da7ba background
background-color: #9da7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 167, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 167, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da7ba; background: linear-gradient(135deg, #9da7ba, #A69DBA);