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#FFE1CF
200#F3BA99
300#DC9162
400#BE652A
500#AC4F06
600#843800
700#632500
800#461400
900#2F0000
950#250000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe1cf;
  --brand-200: #f3ba99;
  --brand-300: #dc9162;
  --brand-400: #be652a;
  --brand-500: #ac4f06;
  --brand-600: #843800;
  --brand-700: #632500;
  --brand-800: #461400;
  --brand-900: #2f0000;
  --brand-950: #250000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe1cf',
  200: '#f3ba99',
  300: '#dc9162',
  400: '#be652a',
  500: '#ac4f06',
  600: '#843800',
  700: '#632500',
  800: '#461400',
  900: '#2f0000',
  950: '#250000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva