Generate a full range of tints (lighter variations) from any hex color. Enter a hex code or use the color picker to see 10 tints from your base color progressing toward white. Click any swatch to copy the hex code. You can also switch the copy format to RGB or HSL. 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.