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#F7FFDC
200#EDFEB9
300#E1FC97
400#D3FA73
500#CBF85F
600#8FB536
700#5D7D11
800#314B00
900#151F00
950#000900

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f7ffdc;
  --brand-200: #edfeb9;
  --brand-300: #e1fc97;
  --brand-400: #d3fa73;
  --brand-500: #cbf85f;
  --brand-600: #8fb536;
  --brand-700: #5d7d11;
  --brand-800: #314b00;
  --brand-900: #151f00;
  --brand-950: #000900;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f7ffdc',
  200: '#edfeb9',
  300: '#e1fc97',
  400: '#d3fa73',
  500: '#cbf85f',
  600: '#8fb536',
  700: '#5d7d11',
  800: '#314b00',
  900: '#151f00',
  950: '#000900',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva