Hacker News new | ask | show | jobs
by noonat 5063 days ago
Although a site may have a primary color palette, colors will often look very different in context. Our vision is full of tricks and assumptions that can cause the same color value to look drastically different in different situations. The color in your swatch might look different when used on a different background color, or might not appear as bright when used as a link color, and so on. It's reasonable to expect some variation in the color palette to deal with these issues. Some of these counts seem a bit excessive, though.
3 comments

Exactly. Sass/Less have functions to adjust brightness and saturation for just this reason. I routinely tweak saturation so link and hover colors "read" the same on a white background versus even a light grey header.
True. For dark text on a light background, I have often had to lighten up headlines to make the larger area match the percieved darkness of the body text. (And vice-versa.)