Tint & Shade Generator
Generate tints (lighter) and shades (darker) from any base color. Exports CSS variables.
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 Tint & Shade Generator
-
Pick a base color
Use the color picker or type a hex code directly into the input field.
-
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.
-
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.
Tint & Shade Generator FAQ
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?
Background
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
Color Picker
Pick any color and instantly view HEX, RGB, HSL, HSV, CMYK, alpha, and decimal values. Copy any format with one click.
Color Contrast Checker
Check WCAG color contrast ratios between foreground and background colors. See AA and AAA pass/fail badges instantly.
Color Palette Generator
Generate harmonious color palettes using color theory. Complementary, triadic, analogous, and more.