#9da0ba
a light, soft blue · warm · closest name: silver
RGB
157, 160, 186
HSL
234°, 17%, 67%
CMYK
16, 14, 0, 27
Luminance
0.3585
Every format
| HEX | #9da0ba |
| RGB | rgb(157, 160, 186) |
| HSL | hsl(234, 17%, 67%) |
| CMYK | cmyk(16%, 14%, 0%, 27%) |
| LAB | lab(66.4 4.3 -13.8) |
| LCH | lch(66.4 14.4 287.4) |
| OKLCH | oklch(0.712 0.038 280.2) |
Copy-ready code
/* CSS */
color: #9da0ba;
background-color: #9da0ba;
/* Tailwind (arbitrary) */
class="text-[#9da0ba] bg-[#9da0ba]"
/* SCSS */
$brand: #9da0ba;
/* SwiftUI */
Color(red: 0.616, green: 0.627, blue: 0.729)
/* Android */
Color.parseColor("#9da0ba")Accessibility — WCAG contrast
Aa
#9da0ba on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da0ba on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green62.7%
Blue72.9%
CMYK percentages
Cyan15.6%
Magenta14.0%
Yellow0.0%
Key (black)27.1%
Color previews
#9da0ba text on a black background
contrast 8.17:1
Card sample
#9da0ba text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da0ba;
Background color
Panel with #9da0ba background
background-color: #9da0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 160, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 160, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da0ba; background: linear-gradient(135deg, #9da0ba, #AD9DBA);