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#F8EADD
200#E8CFB6
300#D3B08E
400#BB9165
500#AD8150
600#825E36
700#5D4121
800#3D270D
900#230F00
950#160000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f8eadd;
  --brand-200: #e8cfb6;
  --brand-300: #d3b08e;
  --brand-400: #bb9165;
  --brand-500: #ad8150;
  --brand-600: #825e36;
  --brand-700: #5d4121;
  --brand-800: #3d270d;
  --brand-900: #230f00;
  --brand-950: #160000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f8eadd',
  200: '#e8cfb6',
  300: '#d3b08e',
  400: '#bb9165',
  500: '#ad8150',
  600: '#825e36',
  700: '#5d4121',
  800: '#3d270d',
  900: '#230f00',
  950: '#160000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva