#9da4bc
a light, soft blue · warm · closest name: silver
RGB
157, 164, 188
HSL
227°, 19%, 68%
CMYK
17, 13, 0, 26
Luminance
0.3735
Every format
| HEX | #9da4bc |
| RGB | rgb(157, 164, 188) |
| HSL | hsl(227, 19%, 68%) |
| CMYK | cmyk(17%, 13%, 0%, 26%) |
| LAB | lab(67.5 2.5 -13.2) |
| LCH | lch(67.5 13.4 280.9) |
| OKLCH | oklch(0.721 0.036 272.6) |
Copy-ready code
/* CSS */
color: #9da4bc;
background-color: #9da4bc;
/* Tailwind (arbitrary) */
class="text-[#9da4bc] bg-[#9da4bc]"
/* SCSS */
$brand: #9da4bc;
/* SwiftUI */
Color(red: 0.616, green: 0.643, blue: 0.737)
/* Android */
Color.parseColor("#9da4bc")Accessibility — WCAG contrast
Aa
#9da4bc on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da4bc on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.3%
Blue73.7%
CMYK percentages
Cyan16.5%
Magenta12.8%
Yellow0.0%
Key (black)26.3%
Color previews
#9da4bc text on a black background
contrast 8.47:1
Card sample
#9da4bc text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da4bc;
Background color
Panel with #9da4bc background
background-color: #9da4bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da4bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 164, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 164, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da4bc; background: linear-gradient(135deg, #9da4bc, #AB9DBC);