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#DFDFCF
200#B4B497
300#83855C
400#515522
500#373E02
600#2B3000
700#212400
800#191900
900#0D0C00
950#030200

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dfdfcf;
  --brand-200: #b4b497;
  --brand-300: #83855c;
  --brand-400: #515522;
  --brand-500: #373e02;
  --brand-600: #2b3000;
  --brand-700: #212400;
  --brand-800: #191900;
  --brand-900: #0d0c00;
  --brand-950: #030200;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dfdfcf',
  200: '#b4b497',
  300: '#83855c',
  400: '#515522',
  500: '#373e02',
  600: '#2b3000',
  700: '#212400',
  800: '#191900',
  900: '#0d0c00',
  950: '#030200',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva