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#FFD8D1
200#F2A79C
300#D77265
400#B23530
500#9D0216
600#7C000C
700#600000
800#470000
900#330000
950#290000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffd8d1;
  --brand-200: #f2a79c;
  --brand-300: #d77265;
  --brand-400: #b23530;
  --brand-500: #9d0216;
  --brand-600: #7c000c;
  --brand-700: #600000;
  --brand-800: #470000;
  --brand-900: #330000;
  --brand-950: #290000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffd8d1',
  200: '#f2a79c',
  300: '#d77265',
  400: '#b23530',
  500: '#9d0216',
  600: '#7c000c',
  700: '#600000',
  800: '#470000',
  900: '#330000',
  950: '#290000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva