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#FCFFFC
200#F8FFF8
300#F5FFF5
400#F2FFF2
500#F0FFF0
600#ADB9AD
700#747E74
800#434A43
900#181D18
950#000200

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fcfffc;
  --brand-200: #f8fff8;
  --brand-300: #f5fff5;
  --brand-400: #f2fff2;
  --brand-500: #f0fff0;
  --brand-600: #adb9ad;
  --brand-700: #747e74;
  --brand-800: #434a43;
  --brand-900: #181d18;
  --brand-950: #000200;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fcfffc',
  200: '#f8fff8',
  300: '#f5fff5',
  400: '#f2fff2',
  500: '#f0fff0',
  600: '#adb9ad',
  700: '#747e74',
  800: '#434a43',
  900: '#181d18',
  950: '#000200',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva