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