this can be fixed by adding a meta tag that tells safari to rid of this
here is how i did this
<meta name="theme-color" content="#000">
add this in your head tag and it will set the color to the relevant color (im sure there is a way to automate this with js if you have the time)