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#FFFDE8
200#FFFBD2
300#FFF8BB
400#FFF5A5
500#FFF39A
600#B9B068
700#7F783E
800#4B4719
900#211C00
950#0C0100

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fffde8;
  --brand-200: #fffbd2;
  --brand-300: #fff8bb;
  --brand-400: #fff5a5;
  --brand-500: #fff39a;
  --brand-600: #b9b068;
  --brand-700: #7f783e;
  --brand-800: #4b4719;
  --brand-900: #211c00;
  --brand-950: #0c0100;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fffde8',
  200: '#fffbd2',
  300: '#fff8bb',
  400: '#fff5a5',
  500: '#fff39a',
  600: '#b9b068',
  700: '#7f783e',
  800: '#4b4719',
  900: '#211c00',
  950: '#0c0100',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva