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