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#FFEEE4
200#FFDAC7
300#FFC4A8
400#FFAC89
500#FFA07A
600#BF7354
700#894C34
800#592B18
900#2F0C00
950#200000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffeee4;
  --brand-200: #ffdac7;
  --brand-300: #ffc4a8;
  --brand-400: #ffac89;
  --brand-500: #ffa07a;
  --brand-600: #bf7354;
  --brand-700: #894c34;
  --brand-800: #592b18;
  --brand-900: #2f0c00;
  --brand-950: #200000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffeee4',
  200: '#ffdac7',
  300: '#ffc4a8',
  400: '#ffac89',
  500: '#ffa07a',
  600: '#bf7354',
  700: '#894c34',
  800: '#592b18',
  900: '#2f0c00',
  950: '#200000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva