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