V4 Toolbar background color in old androids

I tried to use css variables for this

ion-toolbar {
  --background: #{$backgroundColor3};
}

All works correct in latest chrome and on android 8. But on adnroid 5 with chrome 40.* it is not worked (see screenshots below).

I found that minimal android version for Ionic is 4.4 docs

Normal screenshot from latest chrome

Screenshot with issues from android 5:

ionic info ``` Ionic:

Ionic CLI : 5.0.1
Ionic Framework : @ionic/angular 4.4.2
@angular-devkit/build-angular : 0.13.9
@angular-devkit/schematics : 7.3.9
@angular/cli : 7.3.9
@ionic/angular-toolkit : 1.5.1

Cordova:

Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 8.0.0, ios 5.0.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.1.0, (and 9 other plugins)

Utility:

cordova-res : 0.3.0
native-run : 0.2.5

System:

Android SDK Tools : 26.1.1 (C:\Android)
NodeJS : v11.14.0 (C:\Program Files\nodejs\node.exe)
npm : 6.9.0
OS : Windows 10

</details>

Anybody? May be I bad described my problem?