ToolCraft
HomeAI ToolsDeveloper ToolsUnit ConverterImage Tools
ToolCraft

© 2026 ToolCraft. All rights reserved.

Privacy PolicyTerms of Service
DMCA.com Protection Status
HomeColor & DesignTailwind Palette Generator

Color & Design

Color Picker & ConverterCSS Gradient GeneratorColor ConverterColor Palette GeneratorContrast CheckerColor BlenderColor Shades GeneratorTailwind Color FinderCSS Gradient GeneratorImage Color ExtractorRandom Color GeneratorColor Name LookupColor Blindness SimulatorColor WheelBrand ColorsTailwind Palette Generator

Tailwind Palette Generator

Pick a base color, get an 11-shade Tailwind palette (50-950) with perceptually-uniform OKLCH steps. Export as v3 config, v4 @theme, or CSS variables.

Ctrl+Shift+CCopy output
Presets:
50
#F2F7FF
100
#E2EBFF
200
#C5D3FF
300
#A5B2FF
400
#858DFF
500
#6A6CFF
600
#5854F3
700
#463BD1
800
#342BA4
900
#261F7C
950
#120E49
Tailwind v4 @theme
/* Tailwind v4 — @theme block in your main CSS */
@theme {
  --color-brand-50: #f2f7ff;
  --color-brand-100: #e2ebff;
  --color-brand-200: #c5d3ff;
  --color-brand-300: #a5b2ff;
  --color-brand-400: #858dff;
  --color-brand-500: #6a6cff;
  --color-brand-600: #5854f3;
  --color-brand-700: #463bd1;
  --color-brand-800: #342ba4;
  --color-brand-900: #261f7c;
  --color-brand-950: #120e49;
}

View all Color & Design

View all
100% offline

Color Picker & Converter

Pick colors and convert between HEX, RGB, HSL with WCAG contrast checker

Color & Design
100% offline

CSS Gradient Generator

Create beautiful CSS gradients with live preview and code export

Color & Design
100% offline

Color Converter

Convert colors between HEX, RGB, HSL, HSV and CMYK formats

Color & Design
100% offline

Color Palette Generator

Generate harmonious color palettes from a base color

Color & Design

What is the Tailwind Palette Generator?

A solid design system needs more than a single brand color: you need 50 for backgrounds, 500 for accents, 900 for body text on light themes, and 8 evenly-spaced steps in between. Hand-rolling them in HSL is fiddly because HSL lightness is not perceptually uniform — yellow 500 looks much brighter than blue 500 at the same L. This generator does the conversion in OKLCH (the colour space Tailwind v4 itself uses), so every step looks evenly spaced regardless of base hue. Pick a base hex (or use a preset), name your colour, and export as Tailwind v3 config object, Tailwind v4 @theme block, or plain CSS custom properties.

How the 11 steps are derived

Step | Lightness target (OKLCH L) | Chroma factor 50 | 0.98 | 0.15 100 | 0.95 | 0.30 200 | 0.89 | 0.55 300 | 0.81 | 0.80 400 | 0.72 | 1.00 ← full chroma 500 | 0.62 | 1.00 ← base hue lives here 600 | 0.55 | 1.00 700 | 0.47 | 0.95 800 | 0.39 | 0.80 900 | 0.32 | 0.65 950 | 0.22 | 0.45 Chroma tapers at the extremes so 50 and 950 do not look unnaturally saturated.

FAQ