Fix Weird Color Related Problems on Websites in Google Chrome and Microsoft Edge

If you are using Google Chrome or Microsoft Edge web browsers and facing weird color related problems and issues on websites and browser UI, this article will help you in fixing the issue.

Sometimes you may face color issues on several websites such as colors are either too bright or too dull. Sometimes you may notice that the colors look washed out specially in images.

You may also notice color issues in browser UI itself such as toolbar, menus color may look of very low resolution.

Advertisement

It might be happen due to the color profile being used by the web browser. If you are also facing such kind of issues in your web browser, you can force the browser to use a specific color profile and it’ll fix the issue.

Following screenshot shows washed out color problem in Google Chrome web browser:

Washed_Out_Color_Problems_Google_Chrome_Microsoft_Edge.png

And here is the original image color showing after fixing the color issue in Google Chrome:

Color_Problems_Fixed_Google_Chrome_Microsoft_Edge.png

We can force correct color profile in Google Chrome and Microsoft Edge with the help of following steps:

1. Right-click on Google Chrome’s or Microsoft Edge’s shortcut (present on desktop, Start Menu, Taskbar, etc) and select Properties.

Advertisement

2. Now add following text at the end of the string present in Target text box:

--force-color-profile=srgb

Remember there must be a blank space between existing text string and the appended string.

Force_Color_Profile_Google_Chrome_Microsoft_Edge.png

3. Click on Apply button and now try to launch the browser using the shortcut.

You’ll notice the color issue has been fixed in websites and browser UI.

BONUS TIP: If you don’t want to modify browser shortcut, you can use following commands in RUN dialog box (WIN+R) to directly launch browsers with forced color profile:

chrome.exe --force-color-profile=srgb
msedge.exe --force-color-profile=srgb

It’ll launch Google Chrome and Microsoft Edge browsers with forced color profile whenever you execute this command.

PS: In future, if you want to restore default settings and want to allow browser to use default color profile, remove the –force-color-profile=srgb parameter from Chrome’s and Edge’s shortcut properties.

NOTE: If the above mentioned method doesn’t help much, try to disable Hardware Acceleration feature using following tutorial:

[Tip] Having Problems with Your Web Browser? Disable Hardware Acceleration Feature

Published in: Google Chrome, Microsoft Edge

About the author: Vishal Gupta (also known as VG) has been awarded with Microsoft MVP (Most Valuable Professional) award. He holds Masters degree in Computer Applications (MCA). He has written several tech articles for popular newspapers and magazines and has also appeared in tech shows on various TV channels.

Comments

NOTE: Older comments have been removed to reduce database overhead.

  1. This can also be accomplished via chrome://flags > enter “color profile” in the search box and the force color profile option will result. Then select the profile you prefer in the drop down on the right.

Leave a Comment

Your email address will not be published. Required fields are marked *

NOTE: Your comment may not appear immediately. It'll become visible once we approve it.