The three types of data visualization color scales
Every chart color decision belongs to one of three scale types. Sequential scales encode ordered, one-directional data — temperature, revenue, density. They work best with a single hue progressing from light (low values) to dark (high values). Diverging scales encode data with a meaningful midpoint — profit/loss, above/below average, agree/disagree. They use two contrasting hues that meet at a neutral center, allowing the viewer to read both direction and magnitude from color alone. Categorical scales encode unordered group membership — product lines, regions, demographic segments. They use maximally distinct hues at equal perceptual weight, so no category appears more important than others simply because of its color.
