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#FDF0F3
200#F6DDE2
300#EBC8CF
400#DFB2BB
500#D8A7B1
600#A17981
700#725259
800#483035
900#231116
950#130000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fdf0f3;
  --brand-200: #f6dde2;
  --brand-300: #ebc8cf;
  --brand-400: #dfb2bb;
  --brand-500: #d8a7b1;
  --brand-600: #a17981;
  --brand-700: #725259;
  --brand-800: #483035;
  --brand-900: #231116;
  --brand-950: #130000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fdf0f3',
  200: '#f6dde2',
  300: '#ebc8cf',
  400: '#dfb2bb',
  500: '#d8a7b1',
  600: '#a17981',
  700: '#725259',
  800: '#483035',
  900: '#231116',
  950: '#130000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva