#9ba2ce
a light, soft blue · warm · closest name: steelblue
RGB
155, 162, 206
HSL
232°, 34%, 71%
CMYK
25, 21, 0, 19
Luminance
0.3727
Every format
| HEX | #9ba2ce |
| RGB | rgb(155, 162, 206) |
| HSL | hsl(232, 34%, 71%) |
| CMYK | cmyk(25%, 21%, 0%, 19%) |
| LAB | lab(67.5 7.2 -23.3) |
| LCH | lch(67.5 24.3 287.1) |
| OKLCH | oklch(0.722 0.064 277.6) |
Copy-ready code
/* CSS */
color: #9ba2ce;
background-color: #9ba2ce;
/* Tailwind (arbitrary) */
class="text-[#9ba2ce] bg-[#9ba2ce]"
/* SCSS */
$brand: #9ba2ce;
/* SwiftUI */
Color(red: 0.608, green: 0.635, blue: 0.808)
/* Android */
Color.parseColor("#9ba2ce")Accessibility — WCAG contrast
Aa
#9ba2ce on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba2ce on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green63.5%
Blue80.8%
CMYK percentages
Cyan24.8%
Magenta21.4%
Yellow0.0%
Key (black)19.2%
Color previews
#9ba2ce text on a black background
contrast 8.45:1
Card sample
#9ba2ce text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba2ce;
Background color
Panel with #9ba2ce background
background-color: #9ba2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 162, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 162, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba2ce; background: linear-gradient(135deg, #9ba2ce, #B69BCE);