hsluv icon indicating copy to clipboard operation
hsluv copied to clipboard

Human-friendly HSL, website and math

Results 18 hsluv issues
Sort by recently updated
recently updated
newest added

It would be really nice if, while updating the color code text box in the bottom left, the value also got copied to the clipboard. Since very few paint applications...

How do I find the most similar color to a certain color in a set of colors? Is euclidean distance a decent way to do this? e.g. sqrt((ΔH)**2+(ΔS)**2+(ΔL)**2) If not,...

Hi! First I'd like to say I really like HSLuv! it's way better than HSL and more practical than CIELUV. There is only one nearly-unfixable problem: CIELUV does not guarantee...

Look at the below image: ![image](https://user-images.githubusercontent.com/3238878/52849014-04b54a00-3108-11e9-88a4-dbdb02b20789.png) This was generated by: - taking an original colour (#3be2a0 with the dot on it) - adding 8 to the lightness channel of the...

Suggested by @mity here: https://github.com/hsluv/hsluv-c/issues/6#issuecomment-617073472

New screens support colour spaces wider than sRGB. E.g. CSS will be supporting multiple such colour spaces: https://www.w3.org/TR/css-color-4/#icc-colors Strictly speaking, HSLuv is limited to sRGB because its constants are plugged...

discussion

The author of the project is an expert programmer but a color science dilettante. If you have ever read a color science book from cover to cover, you are qualified...

color science

What kind of approach is necessary to convert between HSLuv and HSV? is it a linear conversion? I'd like to build a color wheel where the user can change hue,...

This has been reported here: https://github.com/hsluv/hsluv/issues/37 And more recently on Twitter. I want to keep the demo as clean as possible. Perhaps we can add a checkbox like this: [...