Returns the given hex color converted to RGB(a) (e.g. #ff0000 → rgb(255, 0, 0)).
#ff0000
rgb(255, 0, 0)
Returns the given hex color converted to RGB(a) (e.g.
#ff0000→rgb(255, 0, 0)).