#bfc8cf
a light, muted blue · cool · closest name: Silver
At a glance
Every number on this page in one read: what #bfc8cf is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
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) |
| Decimal | 12568783 |
| Display P3 | color(display-p3 0.749 0.784 0.812) |
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")
/* Flutter */
Color(0xFFBFC8CF)
/* Python / OpenCV (BGR) */
(207, 200, 191)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #bfc8cf is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6F7F8;
--brand-100: #EEF0F1;
--brand-200: #DADEE2;
--brand-300: #bfc8cf;
--brand-400: #9FACB7;
--brand-500: #7F919F;
--brand-600: #697D8C;
--brand-700: #576875;
--brand-800: #46535D;
--brand-900: #353E45;
--brand-950: #21272B;
--brand: #bfc8cf;
--brand-ink: #000000;
}Colors that work with #bfc8cf
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #bfc8cf
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Borders, dividers and quiet backgrounds
- ✓Long-form reading surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #CFC6BF | Directly opposite — maximum tension | |
| Analogous left | #BFCFCE | Neighbour, quieter | |
| Analogous right | #BFC0CF | Neighbour, quieter | |
| Split-complement 1 | #CFBFC0 | Contrast without the clash | |
| Split-complement 2 | #CFCEBF | Contrast without the clash | |
| Triadic 1 | #CFBFC8 | Even thirds — balanced and loud | |
| Triadic 2 | #C8CFBF | Even thirds — balanced and loud | |
| Tetradic | #CEBFCF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bfc8cf text on a black background
contrast 12.38:1
#bfc8cf text on a white background
contrast 1.70:1
CSS3 live lab
The quick brown fox
color: #bfc8cf;
background-color: #bfc8cf;
Glowing headline
text-shadow: 2px 2px 8px #bfc8cf;
Soft neon halo
text-shadow: 0 0 14px rgba(191, 200, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(191, 200, 207, 0.45);
border: 3px solid #bfc8cf; background: linear-gradient(135deg, #bfc8cf, #C1BFCF);
Monochromatic scale
Palettes built from #bfc8cf
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Silver (#c0c0c0) — ΔE2000 5 away, with its history, psychology and brand usage.
#bfc8cf in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#bfc8cf, answered
What color is #bfc8cf?
#bfc8cf is a light muted blue, closest to Silver (ΔE2000 5). It sits at 206° on the hue wheel with 14% saturation and 78% lightness, which reads as cool.
What is the RGB value of #bfc8cf?
rgb(191, 200, 207) — 191 red, 200 green and 207 blue out of 255, or 74.9% / 78.4% / 81.2% by channel.
Is #bfc8cf a light or a dark color?
It is a light color. Relative luminance is 0.5689 and perceived brightness is 78%, so black text on it reaches 12.38:1.
Should I use black or white text on #bfc8cf?
Black. It scores 12.38:1 against #bfc8cf, versus 1.70:1 for white — AAA at any size.
What is the complementary color of #bfc8cf?
#CFC6BF sits directly opposite on the wheel. Softer options are the split-complements #CFBFC0 and #CFCEBF, which give the same contrast with far less vibration.
What colors go well with #bfc8cf?
For interface work: #F6F7F8 as the surface, #D0D7DC for borders, #627583 for secondary text, #785B54 as an accent and #374149 for hover and pressed states. For a palette, the analogous pair #BFCFCE and #BFC0CF stays calm, while #CFC6BF is the loudest partner.
What is #bfc8cf in CMYK for printing?
cmyk(8%, 3%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bfc8cf warm or cool?
Cool — it scores 70 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BFC2CF; nudged cooler, #AFBAC5.