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#FFE4EE
200#FFC4D8
300#FFA0BF
400#FA77A4
500#F36196
600#BA416E
700#89264D
800#5D0C2F
900#350015
950#260001

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe4ee;
  --brand-200: #ffc4d8;
  --brand-300: #ffa0bf;
  --brand-400: #fa77a4;
  --brand-500: #f36196;
  --brand-600: #ba416e;
  --brand-700: #89264d;
  --brand-800: #5d0c2f;
  --brand-900: #350015;
  --brand-950: #260001;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe4ee',
  200: '#ffc4d8',
  300: '#ffa0bf',
  400: '#fa77a4',
  500: '#f36196',
  600: '#ba416e',
  700: '#89264d',
  800: '#5d0c2f',
  900: '#350015',
  950: '#260001',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva