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#FFE9DB
200#FFCDB4
300#FFB08C
400#FF9064
500#FF7F50
600#C15933
700#8D3A1C
800#5D1D04
900#360200
950#270000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe9db;
  --brand-200: #ffcdb4;
  --brand-300: #ffb08c;
  --brand-400: #ff9064;
  --brand-500: #ff7f50;
  --brand-600: #c15933;
  --brand-700: #8d3a1c;
  --brand-800: #5d1d04;
  --brand-900: #360200;
  --brand-950: #270000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe9db',
  200: '#ffcdb4',
  300: '#ffb08c',
  400: '#ff9064',
  500: '#ff7f50',
  600: '#c15933',
  700: '#8d3a1c',
  800: '#5d1d04',
  900: '#360200',
  950: '#270000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva