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#F4E6CF
200#DCC59B
300#BEA065
400#9B7B2C
500#886806
600#674D00
700#4B3600
800#332200
900#220D00
950#170000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f4e6cf;
  --brand-200: #dcc59b;
  --brand-300: #bea065;
  --brand-400: #9b7b2c;
  --brand-500: #886806;
  --brand-600: #674d00;
  --brand-700: #4b3600;
  --brand-800: #332200;
  --brand-900: #220d00;
  --brand-950: #170000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f4e6cf',
  200: '#dcc59b',
  300: '#bea065',
  400: '#9b7b2c',
  500: '#886806',
  600: '#674d00',
  700: '#4b3600',
  800: '#332200',
  900: '#220d00',
  950: '#170000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva