In order to change the foreground color of the RibbonWindow's title you can alter the template of the title through the TitleBarStyle property of the window. You can take a look how to extract a template in our Editing Control Templates help article. Basically you can set the WindowTitle style and change the Foreground property of the TextBlocks inside its ControlTemplate. Here is the style:
For your convenience I extracted the template and prepared a sample project.
Regards,
Martin
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.