Color object for working in JavaScript. Based on CSS Color Module Level 4.
npm install @factor-sef/colorful
import Color from '@factor-sef/colorful';
const color = new Color('#ffffff');
console.log(color.toRgbString()) // => 'rgb(255, 255, 255)'
- Work with HEX
- Work with RGB
- Work with HSL
- Work with HWB
- Get/set hue rotation
- Get/set alpha
- Get/set satudation
- Get/set lightness
- Get/set blackness
- set scale
- set greyscale