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#FFF3E7
200#F9E4CC
300#F0D3B1
400#E4C195
500#DEB887
600#A4865E
700#735B3B
800#48361D
900#231500
950#130000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff3e7;
  --brand-200: #f9e4cc;
  --brand-300: #f0d3b1;
  --brand-400: #e4c195;
  --brand-500: #deb887;
  --brand-600: #a4865e;
  --brand-700: #735b3b;
  --brand-800: #48361d;
  --brand-900: #231500;
  --brand-950: #130000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff3e7',
  200: '#f9e4cc',
  300: '#f0d3b1',
  400: '#e4c195',
  500: '#deb887',
  600: '#a4865e',
  700: '#735b3b',
  800: '#48361d',
  900: '#231500',
  950: '#130000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva