#9da8be
a light, soft blue · cool · closest name: silver
RGB
157, 168, 190
HSL
220°, 20%, 68%
CMYK
17, 12, 0, 26
Luminance
0.3889
Every format
| HEX | #9da8be |
| RGB | rgb(157, 168, 190) |
| HSL | hsl(220, 20%, 68%) |
| CMYK | cmyk(17%, 12%, 0%, 26%) |
| LAB | lab(68.7 0.8 -12.6) |
| LCH | lch(68.7 12.6 273.5) |
| OKLCH | oklch(0.730 0.034 264.3) |
Copy-ready code
/* CSS */
color: #9da8be;
background-color: #9da8be;
/* Tailwind (arbitrary) */
class="text-[#9da8be] bg-[#9da8be]"
/* SCSS */
$brand: #9da8be;
/* SwiftUI */
Color(red: 0.616, green: 0.659, blue: 0.745)
/* Android */
Color.parseColor("#9da8be")Accessibility — WCAG contrast
Aa
#9da8be on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da8be on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.9%
Blue74.5%
CMYK percentages
Cyan17.4%
Magenta11.6%
Yellow0.0%
Key (black)25.5%
Color previews
#9da8be text on a black background
contrast 8.78:1
Card sample
#9da8be text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da8be;
Background color
Panel with #9da8be background
background-color: #9da8be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da8be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 168, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 168, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da8be; background: linear-gradient(135deg, #9da8be, #A89DBE);