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#EBE0D1
200#CAB69B
300#A38A64
400#775C2C
500#60460F
600#4A3506
700#382600
800#291900
900#1D0800
950#130000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ebe0d1;
  --brand-200: #cab69b;
  --brand-300: #a38a64;
  --brand-400: #775c2c;
  --brand-500: #60460f;
  --brand-600: #4a3506;
  --brand-700: #382600;
  --brand-800: #291900;
  --brand-900: #1d0800;
  --brand-950: #130000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ebe0d1',
  200: '#cab69b',
  300: '#a38a64',
  400: '#775c2c',
  500: '#60460f',
  600: '#4a3506',
  700: '#382600',
  800: '#291900',
  900: '#1d0800',
  950: '#130000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva