#bfc9da
a light, soft blue · cool · closest name: Light Steel Blue
At a glance
Every number on this page in one read: what #bfc9da 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 | #bfc9da |
| RGB | rgb(191, 201, 218) |
| HSL | hsl(218, 27%, 80%) |
| CMYK | cmyk(12%, 8%, 0%, 15%) |
| LAB | lab(80.7 -0.1 -9.6) |
| LCH | lch(80.7 9.6 269.7) |
| OKLCH | oklch(0.833 0.026 261.1) |
| Decimal | 12569050 |
| Display P3 | color(display-p3 0.749 0.788 0.855) |
Copy-ready code
/* CSS */
color: #bfc9da;
background-color: #bfc9da;
/* Tailwind (arbitrary) */
class="text-[#bfc9da] bg-[#bfc9da]"
/* SCSS */
$brand: #bfc9da;
/* SwiftUI */
Color(red: 0.749, green: 0.788, blue: 0.855)
/* Android */
Color.parseColor("#bfc9da")
/* Flutter */
Color(0xFFBFC9DA)
/* Python / OpenCV (BGR) */
(218, 201, 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. #bfc9da 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: #F6F7F9;
--brand-100: #EDEFF3;
--brand-200: #D6DCE6;
--brand-300: #bfc9da;
--brand-400: #94A5C1;
--brand-500: #7187AD;
--brand-600: #5A729B;
--brand-700: #4B5F81;
--brand-800: #3C4C67;
--brand-900: #2E394C;
--brand-950: #1D2430;
--brand: #bfc9da;
--brand-ink: #000000;
}Colors that work with #bfc9da
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 #bfc9da
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary 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 | #DAD0BF | Directly opposite — maximum tension | |
| Analogous left | #BFD6DA | Neighbour, quieter | |
| Analogous right | #C3BFDA | Neighbour, quieter | |
| Split-complement 1 | #DAC3BF | Contrast without the clash | |
| Split-complement 2 | #D6DABF | Contrast without the clash | |
| Triadic 1 | #DABFC9 | Even thirds — balanced and loud | |
| Triadic 2 | #C9DABF | Even thirds — balanced and loud | |
| Tetradic | #DABFD6 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bfc9da text on a black background
contrast 12.58:1
#bfc9da text on a white background
contrast 1.67:1
CSS3 live lab
The quick brown fox
color: #bfc9da;
background-color: #bfc9da;
Glowing headline
text-shadow: 2px 2px 8px #bfc9da;
Soft neon halo
text-shadow: 0 0 14px rgba(191, 201, 218, 0.45);
box-shadow: 0 12px 32px -8px rgba(191, 201, 218, 0.45);
border: 3px solid #bfc9da; background: linear-gradient(135deg, #bfc9da, #C7BFDA);
Monochromatic scale
Palettes built from #bfc9da
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 8.2 away, with its history, psychology and brand usage.
#bfc9da 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.
#bfc9da, answered
What color is #bfc9da?
#bfc9da is a light soft blue, closest to Light Steel Blue (ΔE2000 4.2). It sits at 218° on the hue wheel with 27% saturation and 80% lightness, which reads as cool.
What is the RGB value of #bfc9da?
rgb(191, 201, 218) — 191 red, 201 green and 218 blue out of 255, or 74.9% / 78.8% / 85.5% by channel.
Is #bfc9da a light or a dark color?
It is a light color. Relative luminance is 0.5791 and perceived brightness is 78%, so black text on it reaches 12.58:1.
Should I use black or white text on #bfc9da?
Black. It scores 12.58:1 against #bfc9da, versus 1.67:1 for white — AAA at any size.
What is the complementary color of #bfc9da?
#DAD0BF sits directly opposite on the wheel. Softer options are the split-complements #DAC3BF and #D6DABF, which give the same contrast with far less vibration.
What colors go well with #bfc9da?
For interface work: #F5F7F9 as the surface, #CBD3E1 for borders, #546B91 for secondary text, #855F47 as an accent and #2F3B51 for hover and pressed states. For a palette, the analogous pair #BFD6DA and #C3BFDA stays calm, while #DAD0BF is the loudest partner.
What is #bfc9da in CMYK for printing?
cmyk(12%, 8%, 0%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bfc9da warm or cool?
Cool — it scores 85 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BFBFDA; nudged cooler, #AEBED2.