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#FFE0CE
200#FEBA98
300#EB9161
400#D06528
500#C04E01
600#943600
700#6E2200
800#4D1000
900#330000
950#280000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe0ce;
  --brand-200: #feba98;
  --brand-300: #eb9161;
  --brand-400: #d06528;
  --brand-500: #c04e01;
  --brand-600: #943600;
  --brand-700: #6e2200;
  --brand-800: #4d1000;
  --brand-900: #330000;
  --brand-950: #280000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe0ce',
  200: '#feba98',
  300: '#eb9161',
  400: '#d06528',
  500: '#c04e01',
  600: '#943600',
  700: '#6e2200',
  800: '#4d1000',
  900: '#330000',
  950: '#280000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva