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