Tint & Shade Generator

Turn a single brand color into a full UI scale. Every step shows contrast on white and black plus CMYK for print specs.

50

#F8F5FB

cmyk(1,2,0,2)

/white 1.08:1/black 19.45:1

100

#E9E1F3

cmyk(4,7,0,5)

/white 1.27:1/black 16.53:1

200

#D3C4E6

cmyk(8,15,0,10)

/white 1.64:1/black 12.81:1

300

#BDA6DA

cmyk(13,24,0,15)

/white 2.18:1/black 9.63:1

400

#A788CD

cmyk(19,34,0,20)

/white 2.98:1/black 7.05:1

500

#926BC1

cmyk(24,45,0,24)

/white 4.12:1/black 5.10:1

500

#6D39AC

cmyk(37,67,0,33)

/white 7.42:1/black 2.83:1

600

#5D3092

cmyk(36,67,0,43)

/white 9.12:1/black 2.30:1

700

#4C2878

cmyk(37,67,0,53)

/white 11.16:1/black 1.88:1

800

#3C1F5F

cmyk(37,67,0,63)

/white 13.52:1/black 1.55:1

900

#2C1745

cmyk(36,67,0,73)

/white 15.96:1/black 1.32:1

950

#1B0E2B

cmyk(37,67,0,83)

/white 18.35:1/black 1.14:1

950

#0D0715

cmyk(38,67,0,92)

/white 19.84:1/black 1.06:1
theme: {
  extend: {
    colors: {
      brand: {
          50: '#F8F5FB',
          100: '#E9E1F3',
          200: '#D3C4E6',
          300: '#BDA6DA',
          400: '#A788CD',
          500: '#926BC1',
          500: '#6D39AC',
          600: '#5D3092',
          700: '#4C2878',
          800: '#3C1F5F',
          900: '#2C1745',
          950: '#1B0E2B',
          950: '#0D0715',
      },
    },
  },
},

Validate text pairs with the WCAG contrast checker.

Color tools

Palettes, gradients, accessibility checks, and print-ready conversions — all in one place.

Learn how color models work in our HSL color guide, then convert any swatch with the HEX to CMYK converter for vendor handoffs.

FAQ

Frequently asked questions

Common questions about this tool.

What is a tint and shade generator?
It creates lighter tints (mixed toward white) and darker shades (mixed toward black) from one base color — the foundation of design system color ramps.
Does this match Tailwind naming?
Yes. The scale uses steps 50, 100, 200 … 950 matching Tailwind CSS conventions. Export directly into tailwind.config.js.
How do I pick accessible text colors?
Check the /white and /black contrast badges on each swatch, or run pairs through the WCAG contrast checker.