#9ba5df
a light, vivid blue · warm · closest name: steelblue
RGB
155, 165, 223
HSL
231°, 52%, 74%
CMYK
31, 26, 0, 13
Luminance
0.3921
Every format
| HEX | #9ba5df |
| RGB | rgb(155, 165, 223) |
| HSL | hsl(231, 52%, 74%) |
| CMYK | cmyk(31%, 26%, 0%, 13%) |
| LAB | lab(68.9 9.7 -30.4) |
| LCH | lch(68.9 31.9 287.6) |
| OKLCH | oklch(0.735 0.085 276.5) |
Copy-ready code
/* CSS */
color: #9ba5df;
background-color: #9ba5df;
/* Tailwind (arbitrary) */
class="text-[#9ba5df] bg-[#9ba5df]"
/* SCSS */
$brand: #9ba5df;
/* SwiftUI */
Color(red: 0.608, green: 0.647, blue: 0.875)
/* Android */
Color.parseColor("#9ba5df")Accessibility — WCAG contrast
Aa
#9ba5df on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba5df on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green64.7%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta26.0%
Yellow0.0%
Key (black)12.5%
Color previews
#9ba5df text on a black background
contrast 8.84:1
Card sample
#9ba5df text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba5df;
Background color
Panel with #9ba5df background
background-color: #9ba5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 165, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 165, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba5df; background: linear-gradient(135deg, #9ba5df, #BE9BDF);