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#F0ECEA
200#DAD3D0
300#C0B7B2
400#A59994
500#978A84
600#706561
700#4F4743
800#322B28
900#18120F
950#060000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f0ecea;
  --brand-200: #dad3d0;
  --brand-300: #c0b7b2;
  --brand-400: #a59994;
  --brand-500: #978a84;
  --brand-600: #706561;
  --brand-700: #4f4743;
  --brand-800: #322b28;
  --brand-900: #18120f;
  --brand-950: #060000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f0ecea',
  200: '#dad3d0',
  300: '#c0b7b2',
  400: '#a59994',
  500: '#978a84',
  600: '#706561',
  700: '#4f4743',
  800: '#322b28',
  900: '#18120f',
  950: '#060000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva