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#EEE4D1
200#D1C09D
300#AF9967
400#887030
500#735C12
600#574506
700#403100
800#2D1F00
900#1E0C00
950#130000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eee4d1;
  --brand-200: #d1c09d;
  --brand-300: #af9967;
  --brand-400: #887030;
  --brand-500: #735c12;
  --brand-600: #574506;
  --brand-700: #403100;
  --brand-800: #2d1f00;
  --brand-900: #1e0c00;
  --brand-950: #130000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eee4d1',
  200: '#d1c09d',
  300: '#af9967',
  400: '#887030',
  500: '#735c12',
  600: '#574506',
  700: '#403100',
  800: '#2d1f00',
  900: '#1e0c00',
  950: '#130000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva