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#F3F1EA
200#E3DFD0
300#CFCAB5
400#BAB399
500#AFA88B
600#817B63
700#5A5542
800#373425
900#191606
950#050000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f3f1ea;
  --brand-200: #e3dfd0;
  --brand-300: #cfcab5;
  --brand-400: #bab399;
  --brand-500: #afa88b;
  --brand-600: #817b63;
  --brand-700: #5a5542;
  --brand-800: #373425;
  --brand-900: #191606;
  --brand-950: #050000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f3f1ea',
  200: '#e3dfd0',
  300: '#cfcab5',
  400: '#bab399',
  500: '#afa88b',
  600: '#817b63',
  700: '#5a5542',
  800: '#373425',
  900: '#191606',
  950: '#050000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva