Tool

Color Interpolation

Create multi-stop color scales using perceptual interpolation. Compare how different color spaces affect the transition.

Key Colors

1.
2.

Interpolated Scale

#3B82F6
#5978D8
#776DBB
#95639D
#B3597F
#D14E62
#EF4444
7 colors generated in RGB space

About Color Interpolation

Interpolation is the process of generating intermediate colors between two or more key colors. This tool allows you to create continuous color scales and explore how different mathematical color spaces affect the blending.

Understanding Interpolation Spaces

  • RGB: Basic linear interpolation. Fast but can produce dark, muddy colors in the middle.
  • HSL: Follows the color wheel. Great for maintaining saturation but can shift lightness unpredictably.
  • LAB/LCH: Perceptually uniform spaces that produce smooth transitions without muddy midpoints.
  • OKLAB/OKLCH: Modern perceptual spaces that fix issues in LAB, providing the highest quality gradients and scales.

Frequently Asked Questions