#9da3ba
a light, soft blue · warm · closest name: silver
RGB
157, 163, 186
HSL
228°, 17%, 67%
CMYK
16, 12, 0, 27
Luminance
0.3691
Every format
| HEX | #9da3ba |
| RGB | rgb(157, 163, 186) |
| HSL | hsl(228, 17%, 67%) |
| CMYK | cmyk(16%, 12%, 0%, 27%) |
| LAB | lab(67.2 2.6 -12.6) |
| LCH | lch(67.2 12.8 281.9) |
| OKLCH | oklch(0.718 0.034 273.9) |
Copy-ready code
/* CSS */
color: #9da3ba;
background-color: #9da3ba;
/* Tailwind (arbitrary) */
class="text-[#9da3ba] bg-[#9da3ba]"
/* SCSS */
$brand: #9da3ba;
/* SwiftUI */
Color(red: 0.616, green: 0.639, blue: 0.729)
/* Android */
Color.parseColor("#9da3ba")Accessibility — WCAG contrast
Aa
#9da3ba on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da3ba on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.9%
Blue72.9%
CMYK percentages
Cyan15.6%
Magenta12.4%
Yellow0.0%
Key (black)27.1%
Color previews
#9da3ba text on a black background
contrast 8.38:1
Card sample
#9da3ba text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da3ba;
Background color
Panel with #9da3ba background
background-color: #9da3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 163, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 163, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da3ba; background: linear-gradient(135deg, #9da3ba, #AA9DBA);