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