#9da9ca
a light, soft blue · cool · closest name: silver
RGB
157, 169, 202
HSL
224°, 30%, 70%
CMYK
22, 16, 0, 21
Luminance
0.3981
Every format
| HEX | #9da9ca |
| RGB | rgb(157, 169, 202) |
| HSL | hsl(224, 30%, 70%) |
| CMYK | cmyk(22%, 16%, 0%, 21%) |
| LAB | lab(69.3 2.9 -18.2) |
| LCH | lch(69.3 18.4 279.2) |
| OKLCH | oklch(0.737 0.050 269.4) |
Copy-ready code
/* CSS */
color: #9da9ca;
background-color: #9da9ca;
/* Tailwind (arbitrary) */
class="text-[#9da9ca] bg-[#9da9ca]"
/* SCSS */
$brand: #9da9ca;
/* SwiftUI */
Color(red: 0.616, green: 0.663, blue: 0.792)
/* Android */
Color.parseColor("#9da9ca")Accessibility — WCAG contrast
Aa
#9da9ca on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da9ca on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green66.3%
Blue79.2%
CMYK percentages
Cyan22.3%
Magenta16.3%
Yellow0.0%
Key (black)20.8%
Color previews
#9da9ca text on a black background
contrast 8.96:1
Card sample
#9da9ca text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da9ca;
Background color
Panel with #9da9ca background
background-color: #9da9ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da9ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 169, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 169, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da9ca; background: linear-gradient(135deg, #9da9ca, #AF9DCA);