I have a number of elements in my XAML which define Foreground=\"#555\" to be the color of faded text in a readonly textbox.
Try defining your color as a SolidColorBrush:
...