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#FFE1CD
200#FFBB98
300#FF9262
400#E9662A
500#DC4D01
600#A93400
700#7E1E00
800#580800
900#390000
950#2C0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe1cd;
  --brand-200: #ffbb98;
  --brand-300: #ff9262;
  --brand-400: #e9662a;
  --brand-500: #dc4d01;
  --brand-600: #a93400;
  --brand-700: #7e1e00;
  --brand-800: #580800;
  --brand-900: #390000;
  --brand-950: #2c0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe1cd',
  200: '#ffbb98',
  300: '#ff9262',
  400: '#e9662a',
  500: '#dc4d01',
  600: '#a93400',
  700: '#7e1e00',
  800: '#580800',
  900: '#390000',
  950: '#2c0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva