#9ba7cf
a light, soft blue · warm · closest name: steelblue
RGB
155, 167, 207
HSL
226°, 35%, 71%
CMYK
25, 19, 0, 19
Luminance
0.3911
Every format
| HEX | #9ba7cf |
| RGB | rgb(155, 167, 207) |
| HSL | hsl(226, 35%, 71%) |
| CMYK | cmyk(25%, 19%, 0%, 19%) |
| LAB | lab(68.8 4.6 -21.7) |
| LCH | lch(68.8 22.2 282.0) |
| OKLCH | oklch(0.733 0.060 271.8) |
Copy-ready code
/* CSS */
color: #9ba7cf;
background-color: #9ba7cf;
/* Tailwind (arbitrary) */
class="text-[#9ba7cf] bg-[#9ba7cf]"
/* SCSS */
$brand: #9ba7cf;
/* SwiftUI */
Color(red: 0.608, green: 0.655, blue: 0.812)
/* Android */
Color.parseColor("#9ba7cf")Accessibility — WCAG contrast
Aa
#9ba7cf on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba7cf on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green65.5%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta19.3%
Yellow0.0%
Key (black)18.8%
Color previews
#9ba7cf text on a black background
contrast 8.82:1
Card sample
#9ba7cf text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba7cf;
Background color
Panel with #9ba7cf background
background-color: #9ba7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 167, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 167, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba7cf; background: linear-gradient(135deg, #9ba7cf, #B29BCF);