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#FFF0EA
200#FFDED2
300#FFC9B9
400#FFB4A0
500#FEA993
600#BE7968
700#885143
800#572E23
900#2D0E00
950#1D0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff0ea;
  --brand-200: #ffded2;
  --brand-300: #ffc9b9;
  --brand-400: #ffb4a0;
  --brand-500: #fea993;
  --brand-600: #be7968;
  --brand-700: #885143;
  --brand-800: #572e23;
  --brand-900: #2d0e00;
  --brand-950: #1d0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff0ea',
  200: '#ffded2',
  300: '#ffc9b9',
  400: '#ffb4a0',
  500: '#fea993',
  600: '#be7968',
  700: '#885143',
  800: '#572e23',
  900: '#2d0e00',
  950: '#1d0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva