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#FBDBD2
200#E5AE9D
300#C77D66
400#A14931
500#8B2E16
600#6D200D
700#531400
800#3D0900
900#2C0000
950#230000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fbdbd2;
  --brand-200: #e5ae9d;
  --brand-300: #c77d66;
  --brand-400: #a14931;
  --brand-500: #8b2e16;
  --brand-600: #6d200d;
  --brand-700: #531400;
  --brand-800: #3d0900;
  --brand-900: #2c0000;
  --brand-950: #230000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fbdbd2',
  200: '#e5ae9d',
  300: '#c77d66',
  400: '#a14931',
  500: '#8b2e16',
  600: '#6d200d',
  700: '#531400',
  800: '#3d0900',
  900: '#2c0000',
  950: '#230000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva