<Coding Blog/>

How to Change the Mobile Browser Color on Websites Using HTML

HTML, META TAG, THEME COLOR, MOBILE BROWSER COLOR, 8/21/2020
<meta name="theme-color" content="#52426e" />

Now, if I have done everything correctly you should see the meta tag to change the color of the mobile chrome browser window. “52426e” is the color of the side bar at the time I have written this post.

All you need to do is, copy and paste this code into your <head> and change the color to your preference. For being such a small amount of code, it sure does have a big impact on the feel of a website(if you’re using a mobile chrome browser)

If you have any questions, let me know through my contact page.