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
→
rgb(12, 15, 255)
.