Generate a full range of shades (darker variations) from any base color. Enter a hex code or pick with the color picker to see 10 shades progressing from your base color toward black. Click any swatch to copy the hex code instantly. All calculations run locally in your browser.
Click any swatch to copy. 21 colors (10 tints + base + 10 shades).
OPTIONS
Steps
Copy format
Tints are generated by linearly interpolating in RGB space between the base color and white (255, 255, 255). Shades are generated by interpolating between the base color and black (0, 0, 0). For N steps, each tint or shade uses a factor of i/(N+1) for i from 1 to N. All calculations run in JavaScript in your browser.
All processing happens locally in your browser tab. Our servers are not involved at any point.
To build a coordinated multi-colour set from one base, try the colour palette generator. For checking how a tint reads against text, use the contrast checker. To convert any shade between HEX, RGB, and HSL, see the colour converter.