As you cannot use caption prowerty of labels with more than one forecolor,
I think you should draw directly on a pictureBox, using getpixel api to get
the aroundcolor (left-top-right-bottom pixels around your text), and setpixel
to draw...