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#FFE9DF
200#FFCDBB
300#F7AF96
400#E78F70
500#DE7E5D
600#A85A40
700#7A3C27
800#512111
900#2E0800
950#210000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe9df;
  --brand-200: #ffcdbb;
  --brand-300: #f7af96;
  --brand-400: #e78f70;
  --brand-500: #de7e5d;
  --brand-600: #a85a40;
  --brand-700: #7a3c27;
  --brand-800: #512111;
  --brand-900: #2e0800;
  --brand-950: #210000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe9df',
  200: '#ffcdbb',
  300: '#f7af96',
  400: '#e78f70',
  500: '#de7e5d',
  600: '#a85a40',
  700: '#7a3c27',
  800: '#512111',
  900: '#2e0800',
  950: '#210000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva