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#F1F1EC
200#DEDDD4
300#C8C7BA
400#B1AF9F
500#A5A391
600#797869
700#545347
800#333229
900#16150D
950#020000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f1f1ec;
  --brand-200: #deddd4;
  --brand-300: #c8c7ba;
  --brand-400: #b1af9f;
  --brand-500: #a5a391;
  --brand-600: #797869;
  --brand-700: #545347;
  --brand-800: #333229;
  --brand-900: #16150d;
  --brand-950: #020000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f1f1ec',
  200: '#deddd4',
  300: '#c8c7ba',
  400: '#b1af9f',
  500: '#a5a391',
  600: '#797869',
  700: '#545347',
  800: '#333229',
  900: '#16150d',
  950: '#020000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva