Tailwind Color Generator

Free

Generate custom Tailwind CSS color scales from any base color

Generates a full 50–950 color scale from one base color. Paste the config below into tailwind.config.js (theme.extend.colors), then use it as classes like bg-brand-500, text-brand-700.
50#f1f1fe
100#e3e3fd
200#bdbef9
300#8e90f5
400#5f62f1
500#3134ed
600#1417e1
700#1013bc
800#0d0f96
900#0a0c71
950#07084b

Each row’s copy gives that shade’s hex value.

tailwind.config.js
// tailwind.config.js → theme.extend.colors
brand: {
  50: '#f1f1fe',
  100: '#e3e3fd',
  200: '#bdbef9',
  300: '#8e90f5',
  400: '#5f62f1',
  500: '#3134ed',
  600: '#1417e1',
  700: '#1013bc',
  800: '#0d0f96',
  900: '#0a0c71',
  950: '#07084b',
},

About Tailwind Color Generator

Tailwind expects color scales running from a light 50 up to a deep 900-plus, but turning a single brand color into a balanced set of shades by hand is fiddly and rarely consistent. The Tailwind Color Generator takes any base color and builds a full scale of tints and shades around it, formatted so you can drop the values straight into your `tailwind.config` theme.

Provide your base color and the tool generates the numbered steps of the scale, ready to paste into your config under a custom color name. It runs in your browser with no signup and no watermark, and your color choice never leaves your device. Instead of eyeballing each shade or fighting with a color tool, you get a coherent Tailwind-ready palette in one step, which keeps your custom colors consistent with how the framework's built-in scales behave.

Common uses

  • Turning a brand color into a full Tailwind scale for tailwind.config.
  • Generating consistent hover, active, and muted shades from one base color.
  • Replacing a default Tailwind palette with a custom set of numbered steps.
  • Creating multiple themed color scales that share a uniform lightness progression.
  • Prototyping a design system's color tokens that align with Tailwind conventions.

How to use

  1. 1

    Configure options

    Set your preferences using the options panel below.

  2. 2

    Click Generate

    Click the process button to generate your result instantly.

  3. 3

    Copy or download

    Copy the result to clipboard or download it directly to your device.

Why ToolHub?

  • Instant text processing
  • Color tools included
  • Privacy-first browser processing

FAQ

What does the generated scale look like?

It produces a range of numbered shades from light to dark around your base color, matching how Tailwind structures its color scales.

Can I paste the output straight into my config?

Yes. The values are formatted so you can add them under a custom color name in your tailwind.config theme.

Where in the scale does my base color land?

The generator builds lighter and darker steps around the color you provide so it anchors the resulting scale.

Is my base color uploaded?

No. Generation happens in your browser, so your input stays private.

Can I use Tailwind Color Generator on mobile?

Yes — ToolHub is fully responsive and works on iPhone, Android, tablets and all modern browsers. No app install needed.