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#FFEDE5
200#FFD6C8
300#FBBEA9
400#F0A38A
500#E9967A
600#AF6C55
700#7E4837
800#52291B
900#2C0D00
950#1D0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffede5;
  --brand-200: #ffd6c8;
  --brand-300: #fbbea9;
  --brand-400: #f0a38a;
  --brand-500: #e9967a;
  --brand-600: #af6c55;
  --brand-700: #7e4837;
  --brand-800: #52291b;
  --brand-900: #2c0d00;
  --brand-950: #1d0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffede5',
  200: '#ffd6c8',
  300: '#fbbea9',
  400: '#f0a38a',
  500: '#e9967a',
  600: '#af6c55',
  700: '#7e4837',
  800: '#52291b',
  900: '#2c0d00',
  950: '#1d0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva