I have this problem... My colour is white right now, my code is like this:
HELLO
<
Might be better to overwrite the ionic variable in your variables.scss
file
So you can create a custom color variable
$new-color:#55acee;
and then pass it into the ionic variable
$toolbar-ios-background:($new-color);
$toolbar-md-background($new-color);
$toolbar-wp-background($new-color);
you can find all the ionic variables here