#bfc2ce
a light, muted blue · warm · closest name: silver
RGB
191, 194, 206
HSL
228°, 13%, 78%
CMYK
7, 6, 0, 19
Luminance
0.5412
Every format
| HEX | #bfc2ce |
| RGB | rgb(191, 194, 206) |
| HSL | hsl(228, 13%, 78%) |
| CMYK | cmyk(7%, 6%, 0%, 19%) |
| LAB | lab(78.5 1.3 -6.4) |
| LCH | lch(78.5 6.5 281.2) |
| OKLCH | oklch(0.815 0.017 274.8) |
Copy-ready code
/* CSS */
color: #bfc2ce;
background-color: #bfc2ce;
/* Tailwind (arbitrary) */
class="text-[#bfc2ce] bg-[#bfc2ce]"
/* SCSS */
$brand: #bfc2ce;
/* SwiftUI */
Color(red: 0.749, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#bfc2ce")Accessibility — WCAG contrast
Aa
#bfc2ce on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc2ce on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.1%
Blue80.8%
CMYK percentages
Cyan7.3%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#bfc2ce text on a black background
contrast 11.82:1
Card sample
#bfc2ce text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc2ce;
Background color
Panel with #bfc2ce background
background-color: #bfc2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc2ce; background: linear-gradient(135deg, #bfc2ce, #C6BFCE);