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#FFE4D9
200#FFC4B0
300#FFA086
400#FF795C
500#FF6347
600#C3432E
700#8F2718
800#610D01
900#3A0000
950#2B0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe4d9;
  --brand-200: #ffc4b0;
  --brand-300: #ffa086;
  --brand-400: #ff795c;
  --brand-500: #ff6347;
  --brand-600: #c3432e;
  --brand-700: #8f2718;
  --brand-800: #610d01;
  --brand-900: #3a0000;
  --brand-950: #2b0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe4d9',
  200: '#ffc4b0',
  300: '#ffa086',
  400: '#ff795c',
  500: '#ff6347',
  600: '#c3432e',
  700: '#8f2718',
  800: '#610d01',
  900: '#3a0000',
  950: '#2b0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva