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#FFE6DB
200#F9C7B3
300#EAA589
400#D5815F
500#C96F4A
600#995032
700#70351D
800#4B1E09
900#2D0600
950#210000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe6db;
  --brand-200: #f9c7b3;
  --brand-300: #eaa589;
  --brand-400: #d5815f;
  --brand-500: #c96f4a;
  --brand-600: #995032;
  --brand-700: #70351d;
  --brand-800: #4b1e09;
  --brand-900: #2d0600;
  --brand-950: #210000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe6db',
  200: '#f9c7b3',
  300: '#eaa589',
  400: '#d5815f',
  500: '#c96f4a',
  600: '#995032',
  700: '#70351d',
  800: '#4b1e09',
  900: '#2d0600',
  950: '#210000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva