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#FFE9D6
200#FFCFAB
300#FFB27F
400#F89352
500#F0833A
600#B55D21
700#833E0B
800#572100
900#330600
950#260000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe9d6;
  --brand-200: #ffcfab;
  --brand-300: #ffb27f;
  --brand-400: #f89352;
  --brand-500: #f0833a;
  --brand-600: #b55d21;
  --brand-700: #833e0b;
  --brand-800: #572100;
  --brand-900: #330600;
  --brand-950: #260000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe9d6',
  200: '#ffcfab',
  300: '#ffb27f',
  400: '#f89352',
  500: '#f0833a',
  600: '#b55d21',
  700: '#833e0b',
  800: '#572100',
  900: '#330600',
  950: '#260000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva