Tint & Shade Generator
Runs in browserGenerate tints (lighter) and shades (darker) from any base color. Exports CSS variables.
Last updated 08 Apr 2026
Pick a base color and generate 3, 5, 7, or 9 tints (lighter steps toward white) and shades (darker steps toward black). Click any swatch to copy its hex code. Export the full scale as CSS custom properties. Runs in your browser — nothing is uploaded.
Tints (lighter)
Shades (darker)
:root {
--color-50: #deeafe;
--color-100: #bed5fc;
--color-200: #9dc1fb;
--color-300: #7cacf9;
--color-400: #5c97f8;
--color-500: #3b82f6;
--color-500: #316ccd;
--color-600: #2757a4;
--color-700: #1e417b;
--color-800: #142b52;
--color-900: #0a1629;
}How to use
- 1
Pick a base color
Use the color picker or type a hex code directly into the input field.
- 2
Choose the number of steps
Select 3, 5, 7, or 9 steps on each side of the base color for a finer or coarser scale.
- 3
Click swatches to copy
Click any color swatch to copy its hex code. Click 'Copy CSS' to copy the full scale as CSS custom properties.
Frequently asked questions
What is the difference between a tint and a shade?
How are the tints and shades calculated?
What CSS custom property format is used?
Can I use this for Tailwind CSS color palettes?
Is my data sent anywhere?
The Kordu Tint & Shade Generator creates a full color scale from any base
color. Tints are lighter variants created by mixing the base color with white.
Shades are darker variants created by mixing with black. Choose 3, 5, 7, or
9 steps on each side for a scale of 7, 11, 15, or 19 colors respectively.
Click any swatch to copy its hex code to the clipboard. The generated colors
are also exported as CSS custom properties in a format compatible with CSS
variables, Tailwind CSS, and design tokens.
Common uses: building color palettes for design systems, generating consistent
hover and active states for UI components, creating monochromatic backgrounds,
and producing accessibility-compliant color scales with sufficient contrast.
All generation runs client-side in your browser. Nothing is uploaded or stored.
Related tools
Colour Picker
Pick any colour and instantly view HEX, RGB, HSL, HSV, CMYK, alpha, and decimal values. Copy any format with one click.
Colour Contrast Checker
Check WCAG colour contrast ratios between foreground and background colours. See AA and AAA pass/fail badges instantly.
Color Palette Generator
Generate harmonious color palettes using color theory. Complementary, triadic, analogous, and more.