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#FDFFFE
200#FBFFFD
300#F8FFFC
400#F6FFFB
500#F5FFFA
600#B1B9B5
700#777E7B
800#454A47
900#191D1B
950#000100

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fdfffe;
  --brand-200: #fbfffd;
  --brand-300: #f8fffc;
  --brand-400: #f6fffb;
  --brand-500: #f5fffa;
  --brand-600: #b1b9b5;
  --brand-700: #777e7b;
  --brand-800: #454a47;
  --brand-900: #191d1b;
  --brand-950: #000100;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fdfffe',
  200: '#fbfffd',
  300: '#f8fffc',
  400: '#f6fffb',
  500: '#f5fffa',
  600: '#b1b9b5',
  700: '#777e7b',
  800: '#454a47',
  900: '#191d1b',
  950: '#000100',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva