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#FFDBD6
200#F2AFA6
300#D97E74
400#B84942
500#A52A2A
600#811B1C
700#620D11
800#470200
900#300000
950#260000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdbd6;
  --brand-200: #f2afa6;
  --brand-300: #d97e74;
  --brand-400: #b84942;
  --brand-500: #a52a2a;
  --brand-600: #811b1c;
  --brand-700: #620d11;
  --brand-800: #470200;
  --brand-900: #300000;
  --brand-950: #260000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdbd6',
  200: '#f2afa6',
  300: '#d97e74',
  400: '#b84942',
  500: '#a52a2a',
  600: '#811b1c',
  700: '#620d11',
  800: '#470200',
  900: '#300000',
  950: '#260000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva