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#FDF9F5
200#F8F2E9
300#F3EADD
400#ECE1D0
500#E9DCC9
600#AAA090
700#756D61
800#464037
900#1E1912
950#060000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fdf9f5;
  --brand-200: #f8f2e9;
  --brand-300: #f3eadd;
  --brand-400: #ece1d0;
  --brand-500: #e9dcc9;
  --brand-600: #aaa090;
  --brand-700: #756d61;
  --brand-800: #464037;
  --brand-900: #1e1912;
  --brand-950: #060000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fdf9f5',
  200: '#f8f2e9',
  300: '#f3eadd',
  400: '#ece1d0',
  500: '#e9dcc9',
  600: '#aaa090',
  700: '#756d61',
  800: '#464037',
  900: '#1e1912',
  950: '#060000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva