Mobile app version of vmapp.org
Login or Join
Megan533

: Iterating between pastel colors with a constant perceived luminance? For my app, I'd like to create a horizontal, hue-only color slider for picking pastel colors: At the moment, I do this by

@Megan533

Posted in: #Color #Hsb #Perception

For my app, I'd like to create a horizontal, hue-only color slider for picking pastel colors:



At the moment, I do this by simply using the HSB color model and keeping my S and B constant. However, according to some of the site answers I've been reading (as well as my own experience), simply modifying the hue will not generate colors that are percieved to be equally bright. Unfortunately, linearly iterating on a formula like l = .299 r + .587 g + .114 b by hue is not as simple.


Am I correct in understanding the limitations of HSB in regards to percieved luminance?
Is there a good way to iterate between pastel colors (linearly from R to V) with a constant perceived luminance?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan533

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme