Use a RichStaticControl for colored text. Plus! formatting codes can be used for color and other effects.
For font size-
code:
<Control xsi:type="RichStaticControl" Id="Txt">
<Position .... />
<Font>
<Size>12</Size>
</Font>
<Caption>[c=blue]This will be blue colored[/c]</Caption>
</Control>