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#F2F0EC
200#E0DBD4
300#CBC4BA
400#B4AC9F
500#A89F91
600#7C7469
700#575148
800#35312A
900#18150E
950#050000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f2f0ec;
  --brand-200: #e0dbd4;
  --brand-300: #cbc4ba;
  --brand-400: #b4ac9f;
  --brand-500: #a89f91;
  --brand-600: #7c7469;
  --brand-700: #575148;
  --brand-800: #35312a;
  --brand-900: #18150e;
  --brand-950: #050000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f2f0ec',
  200: '#e0dbd4',
  300: '#cbc4ba',
  400: '#b4ac9f',
  500: '#a89f91',
  600: '#7c7469',
  700: '#575148',
  800: '#35312a',
  900: '#18150e',
  950: '#050000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva