is-color icon indicating copy to clipboard operation
is-color copied to clipboard

Check if a string is CSS color value

Results 2 is-color issues
Sort by recently updated
recently updated
newest added

Hi, I have tried the following example: ```js var isColor = require('is-color'); isColor('dfgf#ffffff'); //true is(Color('rgba(d#ffffff)fd,0.1'); //true ``` The output is evaluated to true while the strings that I have typed...

RGB range should be [0, 255], and alpha range should be [0, 1].