All activity
Vinay Pillaileft a comment
After realizing I was going to need to reuse my old LCH color library, I decided to package it since I figured someone else might find it useful. Using LCH instead of the standard HSL lets you design color themes with colors that have perceptual accuracy, meaning that you can, for instance, change a color’s brightness, without impacting its visual saturation or its hue. This is something that...

ac-colorsA JS color conversion library for RGB/HSL/HEX/XYZ/LAB/LCH
The HSL color space model is not perceptually accurate, which can lead to problems designing color themes. This JavaScript color library to handle the conversions between RGB, HEX, HSL, XYZ, LAB, or LCH simultaneously. Plus it offers random color generation and contrast ratio calculation.

ac-colorsA JS color conversion library for RGB/HSL/HEX/XYZ/LAB/LCH
