#9ba9df
a light, vivid blue · warm · closest name: steelblue
RGB
155, 169, 223
HSL
228°, 52%, 74%
CMYK
31, 24, 0, 13
Luminance
0.4067
Every format
| HEX | #9ba9df |
| RGB | rgb(155, 169, 223) |
| HSL | hsl(228, 52%, 74%) |
| CMYK | cmyk(31%, 24%, 0%, 13%) |
| LAB | lab(69.9 7.4 -28.8) |
| LCH | lch(69.9 29.8 284.4) |
| OKLCH | oklch(0.744 0.080 273.1) |
Copy-ready code
/* CSS */
color: #9ba9df;
background-color: #9ba9df;
/* Tailwind (arbitrary) */
class="text-[#9ba9df] bg-[#9ba9df]"
/* SCSS */
$brand: #9ba9df;
/* SwiftUI */
Color(red: 0.608, green: 0.663, blue: 0.875)
/* Android */
Color.parseColor("#9ba9df")Accessibility — WCAG contrast
Aa
#9ba9df on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba9df on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green66.3%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta24.2%
Yellow0.0%
Key (black)12.5%
Color previews
#9ba9df text on a black background
contrast 9.13:1
Card sample
#9ba9df text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba9df;
Background color
Panel with #9ba9df background
background-color: #9ba9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 169, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 169, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba9df; background: linear-gradient(135deg, #9ba9df, #BA9BDF);