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