We can set foreground color to windowsphone controls using "SolidColorBrush" class which is available from "System.Windows.Media" namespace like this
C
textblockobj.Foreground = new SolidColorBrush(Color.FromArgb(100, 255, 125, 35));
Here a:100,r:255,g:125,b:35