Tint & Shade Generator
Generate a complete tint and shade scale from any base color. 9 tints, 9 shades — copy individual HEX codes or export them all as CSS variables.
① Enter a HEX code or pick a color ② Generate 9 tints & 9 shades ③ Click any swatch to copy
Enter any HEX color and the tool generates 9 tints (lighter) and 9 shades (darker) by mathematically mixing the base color with white and black. Click any swatch to copy its HEX code.
A tint is created by mixing the base color with white. The percentage indicates how much white is added — 90% is nearly white, 10% is barely lighter than the original.
A shade is created by mixing the base color with black. The percentage indicates how much black is added — 90% is nearly black, 10% is barely darker than the original.
Tints and shades — how color scaling works
CSS custom properties in a :root {} block: --color-tint-10 through --color-shade-90 and --color-base. Ideal for design system tokens, component libraries, and dark/light mode palettes. For accessibility always verify contrast ratios — WCAG AA requires 4.5:1 for normal text; darker shades contrast better on white, lighter tints on dark backgrounds.