#BFC6D9 color
#BFC6D9 is a very light, muted blue, closest to the CSS named color lightsteelblue (#B0C4DE).
Color values
| HEX | #BFC6D9 |
| RGB | rgb(191, 198, 217) |
| HSL | hsl(224, 25%, 80%) |
| CMYK | cmyk(12%, 9%, 0%, 15%) |
| Decimal | 12568281 |
| CSS | color: #BFC6D9; |
| Android | 0xFFBFC6D9 |
| Swift | UIColor(red: 0.749, green: 0.776, blue: 0.851, alpha: 1) |
Accessibility and contrast
| White text on #BFC6D9 | 1.71:1 — AA fail · AA large fail · AAA fail |
| Black text on #BFC6D9 | 12.29:1 — AA pass · AA large pass · AAA pass |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #BFC6D9
Each swatch keeps the hue and saturation of #BFC6D9 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #BFC6D9
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #BFC6D9 in code
/* CSS */
.element { color: #BFC6D9; background-color: #BFC6D9; }
.element { color: rgb(191 198 217); }
.element { color: hsl(224 25% 80%); }
/* Tailwind arbitrary value */
<div class="bg-[#BFC6D9] text-black">
/* SCSS variable */
$brand: #BFC6D9;
Frequently asked questions
What color is #BFC6D9?
#BFC6D9 is a very light, muted blue. Its hue sits at 224° on the color wheel, with 25% saturation and 80% lightness.
What is #BFC6D9 in RGB?
#BFC6D9 converts to rgb(191, 198, 217) — 191 red, 198 green and 217 blue.
What is #BFC6D9 in CMYK?
Approximately cmyk(12%, 9%, 0%, 15%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #BFC6D9 be white or black?
Black gives the better contrast ratio (12.29:1 versus 1.71:1).
What is the complementary color of #BFC6D9?
#D9D2BF — the hue directly opposite #BFC6D9 on the color wheel.