LAB colour: 60, -28, -32
RGB (converted): 0, 160, 200
const one = require('onecolor');
var color = one([ 'LAB', 60, -28, -32 ]);
console.log(color.css());
Output:
The calculated RGB value of 93, 93, 93 results in different colour (visually) and
also doesn't match the expected RGB value of 0, 160, 200.