lab()
colors have partial support
Browser Compatibility Check
Description
CSS lab()
colors are not supported in all browsers.
Help
Use a fallback like color: #fa2126; color: lab(29% 39 20);
to provide a value in browsers that don’t support LAB colors.
Applicable standards
Change history
- 6.49 May 2023 CSS Colors 4 added to Firefox 113, so no longer fires for Firefox.
- 6.48 Mar 2023 CSS Colors 4 added to Chrome 111, so no longer fires for Chrome, Edge and Opera.
- 6.42 Oct 2021 Added.
This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.
Rule ID: BugCssColorLab