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#FFDECF
200#FAB69A
300#E58A64
400#C85B2D
500#B7410E
600#8D2D03
700#6A1B00
800#4C0A00
900#330000
950#280000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdecf;
  --brand-200: #fab69a;
  --brand-300: #e58a64;
  --brand-400: #c85b2d;
  --brand-500: #b7410e;
  --brand-600: #8d2d03;
  --brand-700: #6a1b00;
  --brand-800: #4c0a00;
  --brand-900: #330000;
  --brand-950: #280000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdecf',
  200: '#fab69a',
  300: '#e58a64',
  400: '#c85b2d',
  500: '#b7410e',
  600: '#8d2d03',
  700: '#6a1b00',
  800: '#4c0a00',
  900: '#330000',
  950: '#280000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva