Live data from Hacker News

Show HN: hue.tools – open-source toolbox for colors

hue.tools

61–70 of 82 posts

Re: Show HN: hue.tools – open-source toolbox for colors

#64
post #35

Earlier quoted context omitted.

First of all thanks for the comments and info. I'm actually not doing the color interpolation myself. I'm using chroma.js[1] for the most part. You can actually change the interpolation mode on the bottom below the color boxes. The default is LCH because I think it looks the best most of the time, but you can use LAB if you prefer that. [1] https://gka.github.io/chroma.js/

Really cool site! After playing with it for a while, could the CSS gradient for MIX could be changed to use the same number of color stops as there are steps rather than just using the start and end, to better match the chosen interpolation mode? I had a great gradient in LAB space, but the CSS version interpolates through ugly greys in RGB.

That's a great idea! I'm gonna take a look at that.

Re: Show HN: hue.tools – open-source toolbox for colors

#66

Really loved the UI. Did you first create a prototyping with Figma or some other tool or just slowly iterated during your development till you were satisfied?

I initially started with this project to learn more about svelte and try sveltekit. So I never made a design or a prototype. I just had a rough idea of how I wanted it to look and then just iterated on it while building it.

Re: Show HN: hue.tools – open-source toolbox for colors

#67

This. is. awesome. Thanks for sharing! I manage a lot of designs and guidelines for Open Source projects and the amount of time I spend translating color information into different values to make sure everything is "on brand" is ridiculous. This is going to save me ton of time

Thank you! Let me know if there is anything that you're missing or that can be improved.

Re: Show HN: hue.tools – open-source toolbox for colors

#68
Is it possible to know about a certain color if it's dark or light? My goal is to automatically determine whether to put a white or black text on top of a background colored box based on the answer. Is it has something to do with the temperature? I'd expect to get some value below or above 0.5.

Re: Show HN: hue.tools – open-source toolbox for colors

#70

If this could be added as a Photoshop plug in, I as an artist would not think twice of forking some cash to get it, mark it as business expense

I've never build a photoshop plugin but it sure sounds interesting. I'm gonna see whats possible here. Thanks for the suggestion!
Post reply on HN