#9da5cf
a light, soft blue · warm · closest name: steelblue
RGB
157, 165, 207
HSL
230°, 34%, 71%
CMYK
24, 20, 0, 19
Luminance
0.3858
Every format
| HEX | #9da5cf |
| RGB | rgb(157, 165, 207) |
| HSL | hsl(230, 34%, 71%) |
| CMYK | cmyk(24%, 20%, 0%, 19%) |
| LAB | lab(68.5 6.3 -22.3) |
| LCH | lch(68.5 23.2 285.8) |
| OKLCH | oklch(0.730 0.062 276.3) |
Copy-ready code
/* CSS */
color: #9da5cf;
background-color: #9da5cf;
/* Tailwind (arbitrary) */
class="text-[#9da5cf] bg-[#9da5cf]"
/* SCSS */
$brand: #9da5cf;
/* SwiftUI */
Color(red: 0.616, green: 0.647, blue: 0.812)
/* Android */
Color.parseColor("#9da5cf")Accessibility — WCAG contrast
Aa
#9da5cf on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da5cf on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.7%
Blue81.2%
CMYK percentages
Cyan24.2%
Magenta20.3%
Yellow0.0%
Key (black)18.8%
Color previews
#9da5cf text on a black background
contrast 8.72:1
Card sample
#9da5cf text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da5cf;
Background color
Panel with #9da5cf background
background-color: #9da5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 165, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 165, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da5cf; background: linear-gradient(135deg, #9da5cf, #B69DCF);