rgb
converts all sorts of colors to rgb format.
hex-to-rgba
Converts hexadecimal color codes to rgb()/rgba() values.
hex2rgb
Converts hex color to rgb and calculates appropriate corresponding foreground.
color-conversion-tools
This NPM package provides a JavaScript library of functions for converting between different color formats. With this package, you can convert RGB to Hex, Hex to RGB, RGB to HSL, HSL to RGB, RGB to CMYK, CMYK to RGB, and many other color formats. | utilit