#9ba2db
a light, vivid blue · warm · closest name: steelblue
RGB
155, 162, 219
HSL
233°, 47%, 73%
CMYK
29, 26, 0, 14
Luminance
0.3792
Every format
| HEX | #9ba2db |
| RGB | rgb(155, 162, 219) |
| HSL | hsl(233, 47%, 73%) |
| CMYK | cmyk(29%, 26%, 0%, 14%) |
| LAB | lab(68.0 10.3 -29.7) |
| LCH | lch(68.0 31.4 289.2) |
| OKLCH | oklch(0.728 0.083 278.7) |
Copy-ready code
/* CSS */
color: #9ba2db;
background-color: #9ba2db;
/* Tailwind (arbitrary) */
class="text-[#9ba2db] bg-[#9ba2db]"
/* SCSS */
$brand: #9ba2db;
/* SwiftUI */
Color(red: 0.608, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#9ba2db")Accessibility — WCAG contrast
Aa
#9ba2db on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba2db on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green63.5%
Blue85.9%
CMYK percentages
Cyan29.2%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#9ba2db text on a black background
contrast 8.58:1
Card sample
#9ba2db text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba2db;
Background color
Panel with #9ba2db background
background-color: #9ba2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba2db; background: linear-gradient(135deg, #9ba2db, #BF9BDB);