#9ba5cf
a light, soft blue · warm · closest name: steelblue
RGB
155, 165, 207
HSL
229°, 35%, 71%
CMYK
25, 20, 0, 19
Luminance
0.3838
Every format
| HEX | #9ba5cf |
| RGB | rgb(155, 165, 207) |
| HSL | hsl(229, 35%, 71%) |
| CMYK | cmyk(25%, 20%, 0%, 19%) |
| LAB | lab(68.3 5.7 -22.6) |
| LCH | lch(68.3 23.3 284.2) |
| OKLCH | oklch(0.729 0.062 274.3) |
Copy-ready code
/* CSS */
color: #9ba5cf;
background-color: #9ba5cf;
/* Tailwind (arbitrary) */
class="text-[#9ba5cf] bg-[#9ba5cf]"
/* SCSS */
$brand: #9ba5cf;
/* SwiftUI */
Color(red: 0.608, green: 0.647, blue: 0.812)
/* Android */
Color.parseColor("#9ba5cf")Accessibility — WCAG contrast
Aa
#9ba5cf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba5cf on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green64.7%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta20.3%
Yellow0.0%
Key (black)18.8%
Color previews
#9ba5cf text on a black background
contrast 8.68:1
Card sample
#9ba5cf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba5cf;
Background color
Panel with #9ba5cf background
background-color: #9ba5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 165, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 165, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba5cf; background: linear-gradient(135deg, #9ba5cf, #B49BCF);