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#FFF7FA
200#FFEDF4
300#FFE2EC
400#FFD7E3
500#FFD1DF
600#BC97A2
700#84666F
800#513B42
900#25151A
950#110001

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff7fa;
  --brand-200: #ffedf4;
  --brand-300: #ffe2ec;
  --brand-400: #ffd7e3;
  --brand-500: #ffd1df;
  --brand-600: #bc97a2;
  --brand-700: #84666f;
  --brand-800: #513b42;
  --brand-900: #25151a;
  --brand-950: #110001;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff7fa',
  200: '#ffedf4',
  300: '#ffe2ec',
  400: '#ffd7e3',
  500: '#ffd1df',
  600: '#bc97a2',
  700: '#84666f',
  800: '#513b42',
  900: '#25151a',
  950: '#110001',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva