#bfacce
a light, soft violet · cool · closest name: Thistle
At a glance
Every number on this page in one read: what #bfacce 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 | #bfacce |
| RGB | rgb(191, 172, 206) |
| HSL | hsl(274, 26%, 74%) |
| CMYK | cmyk(7%, 17%, 0%, 19%) |
| LAB | lab(72.9 13.2 -14.7) |
| LCH | lch(72.9 19.8 311.8) |
| OKLCH | oklch(0.771 0.052 310.2) |
| Decimal | 12561614 |
| Display P3 | color(display-p3 0.749 0.675 0.808) |
Copy-ready code
/* CSS */
color: #bfacce;
background-color: #bfacce;
/* Tailwind (arbitrary) */
class="text-[#bfacce] bg-[#bfacce]"
/* SCSS */
$brand: #bfacce;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#bfacce")
/* Flutter */
Color(0xFFBFACCE)
/* Python / OpenCV (BGR) */
(206, 172, 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. #bfacce 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: #F8F6F9;
--brand-100: #F0EDF3;
--brand-200: #DFD6E5;
--brand-300: #bfacce;
--brand-400: #AD95C1;
--brand-500: #9272AC;
--brand-600: #7E5B9A;
--brand-700: #694C80;
--brand-800: #543D67;
--brand-900: #3F2F4C;
--brand-950: #271D2F;
--brand: #bfacce;
--brand-ink: #000000;
}Colors that work with #bfacce
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 #bfacce
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 | #BBCEAC | Directly opposite — maximum tension | |
| Analogous left | #AEACCE | Neighbour, quieter | |
| Analogous right | #CEACCC | Neighbour, quieter | |
| Split-complement 1 | #CCCEAC | Contrast without the clash | |
| Split-complement 2 | #ACCEAE | Contrast without the clash | |
| Triadic 1 | #CEBFAC | Even thirds — balanced and loud | |
| Triadic 2 | #ACCEBF | Even thirds — balanced and loud | |
| Tetradic | #CEAEAC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bfacce text on a black background
contrast 10.01:1
#bfacce text on a white background
contrast 2.10:1
CSS3 live lab
The quick brown fox
color: #bfacce;
background-color: #bfacce;
Glowing headline
text-shadow: 2px 2px 8px #bfacce;
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 206, 0.45);
box-shadow: 0 12px 32px -8px rgba(191, 172, 206, 0.45);
border: 3px solid #bfacce; background: linear-gradient(135deg, #bfacce, #CEACC6);
Monochromatic scale
Palettes built from #bfacce
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: Lilac (#c8a2c8) — ΔE2000 5.3 away, with its history, psychology and brand usage.
#bfacce 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.
#bfacce, answered
What color is #bfacce?
#bfacce is a light soft violet, closest to Thistle (ΔE2000 6.3). It sits at 274° on the hue wheel with 26% saturation and 74% lightness, which reads as cool.
What is the RGB value of #bfacce?
rgb(191, 172, 206) — 191 red, 172 green and 206 blue out of 255, or 74.9% / 67.5% / 80.8% by channel.
Is #bfacce a light or a dark color?
It is a mid-tone. Relative luminance is 0.4504 and perceived brightness is 71%, so black text on it reaches 10.01:1.
Should I use black or white text on #bfacce?
Black. It scores 10.01:1 against #bfacce, versus 2.10:1 for white — AAA at any size.
What is the complementary color of #bfacce?
#BBCEAC sits directly opposite on the wheel. Softer options are the split-complements #CCCEAC and #ACCEAE, which give the same contrast with far less vibration.
What colors go well with #bfacce?
For interface work: #F8F5F9 as the surface, #D7CCE1 for borders, #765590 for secondary text, #718547 as an accent and #422F50 for hover and pressed states. For a palette, the analogous pair #AEACCE and #CEACCC stays calm, while #BBCEAC is the loudest partner.
What is #bfacce in CMYK for printing?
cmyk(7%, 17%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bfacce warm or cool?
Cool — it scores 61 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CBACCE; nudged cooler, #B2ABCF.