postcss-hsb-color Postcss plugin adding hsb() color. Installation yarn add postcss-hsb-color Usage Input: body { color: hsb(252, 35%, 64%); } Output: body { color: hsl(100, 24%, 53%); } Option postcss( [ hsbcolor({ output: 'rgb' }) ] ) output: 'rgb', 'hsl'(default)