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#F7EFE9
200#E9DACF
300#D8C3B4
400#C4AB97
500#BA9E88
600#8A7361
700#625041
800#3D3024
900#1E1306
950#0E0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f7efe9;
  --brand-200: #e9dacf;
  --brand-300: #d8c3b4;
  --brand-400: #c4ab97;
  --brand-500: #ba9e88;
  --brand-600: #8a7361;
  --brand-700: #625041;
  --brand-800: #3d3024;
  --brand-900: #1e1306;
  --brand-950: #0e0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f7efe9',
  200: '#e9dacf',
  300: '#d8c3b4',
  400: '#c4ab97',
  500: '#ba9e88',
  600: '#8a7361',
  700: '#625041',
  800: '#3d3024',
  900: '#1e1306',
  950: '#0e0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva