#bfc2cf
a light, muted blue · warm · closest name: silver
RGB
191, 194, 207
HSL
229°, 14%, 78%
CMYK
8, 6, 0, 19
Luminance
0.5416
Every format
| HEX | #bfc2cf |
| RGB | rgb(191, 194, 207) |
| HSL | hsl(229, 14%, 78%) |
| CMYK | cmyk(8%, 6%, 0%, 19%) |
| LAB | lab(78.6 1.5 -6.9) |
| LCH | lch(78.6 7.0 282.0) |
| OKLCH | oklch(0.816 0.018 275.6) |
Copy-ready code
/* CSS */
color: #bfc2cf;
background-color: #bfc2cf;
/* Tailwind (arbitrary) */
class="text-[#bfc2cf] bg-[#bfc2cf]"
/* SCSS */
$brand: #bfc2cf;
/* SwiftUI */
Color(red: 0.749, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#bfc2cf")Accessibility — WCAG contrast
Aa
#bfc2cf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc2cf on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.1%
Blue81.2%
CMYK percentages
Cyan7.7%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#bfc2cf text on a black background
contrast 11.83:1
Card sample
#bfc2cf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc2cf;
Background color
Panel with #bfc2cf background
background-color: #bfc2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc2cf; background: linear-gradient(135deg, #bfc2cf, #C7BFCF);