Inspectopedia
 
2024.3

Color could be replaced with rgb()

Warning
Code Style
New
Last modified: 03 December 2024

Reports an hsl() or hwb() color function or a hexadecimal color notation.

Suggests replacing such color value with an equivalent rgb() or rgba() color function.

Example:

#0c0fff

After the quick-fix is applied:

rgb(12, 15, 255).