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#F8F2EA
200#ECE1D2
300#DDCFB9
400#CCBA9E
500#C3B091
600#908067
700#655844
800#3E3525
900#1D1505
950#0A0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f8f2ea;
  --brand-200: #ece1d2;
  --brand-300: #ddcfb9;
  --brand-400: #ccba9e;
  --brand-500: #c3b091;
  --brand-600: #908067;
  --brand-700: #655844;
  --brand-800: #3e3525;
  --brand-900: #1d1505;
  --brand-950: #0a0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f8f2ea',
  200: '#ece1d2',
  300: '#ddcfb9',
  400: '#ccba9e',
  500: '#c3b091',
  600: '#908067',
  700: '#655844',
  800: '#3e3525',
  900: '#1d1505',
  950: '#0a0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva