HEX to RGBA Convert HEX to RGBA Installation npm install --save hex-rgba Usage import hexToRgba from 'hex-rgba'; var rgba = hexToRgba('#1B2B34', 40); // rgba return rgba(27, 43, 52, 0.4) Test npm install npm test