Shade Generator

A perceptual 50–950 scale from any color. Interpolated in CIE-LAB so each step looks evenly spaced to the eye; step 500 is always your base color.

50#FFFFFF
100#FFF4FF
200#FDE7FF
300#F9D8FF
400#F2C8FF
500#EFC0FE
600#B08ABD
700#7C5D86
800#4C3555
900#231229
950#100014

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff4ff;
  --brand-200: #fde7ff;
  --brand-300: #f9d8ff;
  --brand-400: #f2c8ff;
  --brand-500: #efc0fe;
  --brand-600: #b08abd;
  --brand-700: #7c5d86;
  --brand-800: #4c3555;
  --brand-900: #231229;
  --brand-950: #100014;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff4ff',
  200: '#fde7ff',
  300: '#f9d8ff',
  400: '#f2c8ff',
  500: '#efc0fe',
  600: '#b08abd',
  700: '#7c5d86',
  800: '#4c3555',
  900: '#231229',
  950: '#100014',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva