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#EBE3CF
200#CBBD98
300#A59360
400#7A6927
500#645403
600#4C3F00
700#382D00
800#281D00
900#1B0C00
950#110000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ebe3cf;
  --brand-200: #cbbd98;
  --brand-300: #a59360;
  --brand-400: #7a6927;
  --brand-500: #645403;
  --brand-600: #4c3f00;
  --brand-700: #382d00;
  --brand-800: #281d00;
  --brand-900: #1b0c00;
  --brand-950: #110000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ebe3cf',
  200: '#cbbd98',
  300: '#a59360',
  400: '#7a6927',
  500: '#645403',
  600: '#4c3f00',
  700: '#382d00',
  800: '#281d00',
  900: '#1b0c00',
  950: '#110000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva