#bfc8cf
a light, muted blue · cool · closest name: silver
RGB
191, 200, 207
HSL
206°, 14%, 78%
CMYK
8, 3, 0, 19
Luminance
0.5689
Every format
| HEX | #bfc8cf |
| RGB | rgb(191, 200, 207) |
| HSL | hsl(206, 14%, 78%) |
| CMYK | cmyk(8%, 3%, 0%, 19%) |
| LAB | lab(80.1 -1.7 -4.5) |
| LCH | lch(80.1 4.9 249.3) |
| OKLCH | oklch(0.828 0.014 241.0) |
Copy-ready code
/* CSS */
color: #bfc8cf;
background-color: #bfc8cf;
/* Tailwind (arbitrary) */
class="text-[#bfc8cf] bg-[#bfc8cf]"
/* SCSS */
$brand: #bfc8cf;
/* SwiftUI */
Color(red: 0.749, green: 0.784, blue: 0.812)
/* Android */
Color.parseColor("#bfc8cf")Accessibility — WCAG contrast
Aa
#bfc8cf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc8cf on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green78.4%
Blue81.2%
CMYK percentages
Cyan7.7%
Magenta3.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bfc8cf text on a black background
contrast 12.38:1
Card sample
#bfc8cf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc8cf;
Background color
Panel with #bfc8cf background
background-color: #bfc8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 200, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 200, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc8cf; background: linear-gradient(135deg, #bfc8cf, #C1BFCF);