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#FFF4F6
200#FFE7EB
300#FFD8DF
400#FFC8D2
500#FFC0CB
600#BD8A93
700#865D64
800#54353B
900#281217
950#160000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff4f6;
  --brand-200: #ffe7eb;
  --brand-300: #ffd8df;
  --brand-400: #ffc8d2;
  --brand-500: #ffc0cb;
  --brand-600: #bd8a93;
  --brand-700: #865d64;
  --brand-800: #54353b;
  --brand-900: #281217;
  --brand-950: #160000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff4f6',
  200: '#ffe7eb',
  300: '#ffd8df',
  400: '#ffc8d2',
  500: '#ffc0cb',
  600: '#bd8a93',
  700: '#865d64',
  800: '#54353b',
  900: '#281217',
  950: '#160000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva