#b0bacf
a light, soft blue · cool · closest name: silver
RGB
176, 186, 207
HSL
221°, 24%, 75%
CMYK
15, 10, 0, 19
Luminance
0.4885
Every format
| HEX | #b0bacf |
| RGB | rgb(176, 186, 207) |
| HSL | hsl(221, 24%, 75%) |
| CMYK | cmyk(15%, 10%, 0%, 19%) |
| LAB | lab(75.4 0.8 -11.7) |
| LCH | lch(75.4 11.8 274.0) |
| OKLCH | oklch(0.788 0.032 265.3) |
Copy-ready code
/* CSS */
color: #b0bacf;
background-color: #b0bacf;
/* Tailwind (arbitrary) */
class="text-[#b0bacf] bg-[#b0bacf]"
/* SCSS */
$brand: #b0bacf;
/* SwiftUI */
Color(red: 0.690, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#b0bacf")Accessibility — WCAG contrast
Aa
#b0bacf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bacf on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green72.9%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b0bacf text on a black background
contrast 10.77:1
Card sample
#b0bacf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bacf;
Background color
Panel with #b0bacf background
background-color: #b0bacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bacf; background: linear-gradient(135deg, #b0bacf, #BBB0CF);