#9baebc
a light, soft blue · cool · closest name: silver
RGB
155, 174, 188
HSL
206°, 20%, 67%
CMYK
18, 7, 0, 26
Luminance
0.4087
Every format
| HEX | #9baebc |
| RGB | rgb(155, 174, 188) |
| HSL | hsl(206, 20%, 67%) |
| CMYK | cmyk(18%, 7%, 0%, 26%) |
| LAB | lab(70.1 -3.6 -9.4) |
| LCH | lch(70.1 10.0 249.0) |
| OKLCH | oklch(0.741 0.029 239.8) |
Copy-ready code
/* CSS */
color: #9baebc;
background-color: #9baebc;
/* Tailwind (arbitrary) */
class="text-[#9baebc] bg-[#9baebc]"
/* SCSS */
$brand: #9baebc;
/* SwiftUI */
Color(red: 0.608, green: 0.682, blue: 0.737)
/* Android */
Color.parseColor("#9baebc")Accessibility — WCAG contrast
Aa
#9baebc on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baebc on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green68.2%
Blue73.7%
CMYK percentages
Cyan17.6%
Magenta7.4%
Yellow0.0%
Key (black)26.3%
Color previews
#9baebc text on a black background
contrast 9.17:1
Card sample
#9baebc text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baebc;
Background color
Panel with #9baebc background
background-color: #9baebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 174, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 174, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baebc; background: linear-gradient(135deg, #9baebc, #9E9BBC);