inyourbrowser.com

Tints and shades generator

Tints and shades generator is a color tool that derives lighter tints and darker shades from any base color. It supports 5, 10, or 20 steps per side, outputs HEX, RGB, or HSL, and copies any swatch with a single click. The tool runs in your browser.

base

Click any swatch to copy. 21 colors (10 tints + base + 10 shades).

OPTIONS

Steps

Copy format

Dedicated pages

Color-specific tint and shade generators.

How to generate tints and shades

  1. Pick your base color using the color picker or type a hex code.
  2. Choose the number of steps (5, 10, or 20 tints and shades each side).
  3. Select the copy format: HEX, RGB, or HSL.
  4. Click any swatch to copy its value, or use 'Copy all' for the full palette.

Common uses

Technical specification

Frequently asked questions

What is the difference between a tint and a shade?
A tint is created by mixing a color with white, making it lighter. A shade is created by mixing a color with black, making it darker. This generator produces both: tints above your base color and shades below it.
How many steps can I generate?
You can choose 5, 10, or 20 steps on each side. For example, 10 steps produces 10 tints and 10 shades plus your base color, giving 21 swatches in total.
How are tints and shades calculated?
Tints linearly interpolate between the base color and white (255, 255, 255) in RGB space. Shades interpolate between the base color and black (0, 0, 0). For N steps, each value uses a factor of i/(N+1) for i from 1 to N.
Is my color data sent to a server?
All calculations run locally in your browser using JavaScript. No data is sent to our servers.

Reviewed and tested May 25, 2026.