Tint & Shade Generator — Color Variations

Generate tints and shades from any base color. Full palette from light to dark. Click to copy hex values. Free design tool.

#6366F1

Tints (mixed with white)

Shades (mixed with black)

Online Tint & Shade Generator

Generate tints and shades from any hex color. Tints are created by mixing the base color with white, and shades by mixing with black, in 10 incremental steps. Click any swatch to copy the hex value.

Tints and shades are essential for building cohesive color palettes in UI design, branding, and illustration. Use this tool to quickly create lighter and darker variations of your brand colors without manual calculations.

In design systems, a single brand color typically needs five to ten variations for different contexts: lighter tints for backgrounds and hover states, the base color for primary actions, and darker shades for text and active states. This generator produces those variations mathematically, ensuring smooth, even progressions from light to dark.

The difference between tints, shades, and tones is often confused. A tint adds white to a color, making it lighter. A shade adds black, making it darker. A tone adds gray, which desaturates the color. This tool focuses on tints and shades because they are the most commonly needed variations in UI and branding work.

After generating your tint and shade scale, test the lightest and darkest values against white and dark backgrounds using a contrast checker. Tints below a certain lightness become unreadable on white, and very dark shades may lack sufficient contrast on dark backgrounds.

How the Tint & Shade Generator Works

  1. Enter a hex color code or use the color picker to select a base color
  2. View 10 tints (mixed with white) and 10 shades (mixed with black)
  3. See each variation as a swatch with its hex code and mix percentage
  4. Click any swatch to copy its hex value to your clipboard

Understanding Tints, Shades, and Tones

Tints are created by adding white to a base color, making it lighter. Shades are created by adding black, making it darker. Tones are created by adding gray, reducing the color's intensity. In web design, you typically need 5-9 variations of each brand color: lighter tints for backgrounds and hover states, the base color for primary elements, and darker shades for text and active states. Tailwind CSS popularized the 50-950 scale with 11 stops per color. When generating variations, maintain consistent saturation shifts — linear lightness changes look more natural than equal mathematical steps.

When to Use a Tint & Shade Generator

Use this generator when building a design system that requires multiple variations of a single brand color. It is essential for creating hover states, disabled states, background fills, and border colors that all derive from the same base hue. Instead of eyeballing lighter and darker versions, the generator produces mathematically consistent steps.

Common Use Cases

Expert Tips

  • Use the 500-level (middle step) as your primary color and build outward for lighter and darker variants.
  • Test your lightest tint against a white background — if the contrast ratio drops below 3:1, it may be invisible to users.
  • Avoid using pure black shades for text; the darkest shade from your scale (900-level) reads more naturally while staying on-brand.

Frequently Asked Questions

What is the difference between a tint and a shade?
A tint is a color mixed with white, making it lighter. A shade is a color mixed with black, making it darker. A tone (not generated here) is a color mixed with gray, which reduces saturation.
How many tint and shade steps do I need?
Most design systems use 9-11 steps (50 through 950 in Tailwind CSS convention). This provides enough range for backgrounds (lightest tints), default states (mid values), and text/borders (darkest shades).
Can I use these values directly in my CSS?
Yes. Click any swatch to copy its HEX value. You can define them as CSS custom properties like --color-primary-100 through --color-primary-900 for a consistent, reusable color scale throughout your project.

Related Tools

Learn More