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