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#FFFAEF
200#FFF3DE
300#FCEBCD
400#F7E2BC
500#F5DEB3
600#B3A17E
700#7C6E52
800#4B402B
900#211904
950#0C0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fffaef;
  --brand-200: #fff3de;
  --brand-300: #fcebcd;
  --brand-400: #f7e2bc;
  --brand-500: #f5deb3;
  --brand-600: #b3a17e;
  --brand-700: #7c6e52;
  --brand-800: #4b402b;
  --brand-900: #211904;
  --brand-950: #0c0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fffaef',
  200: '#fff3de',
  300: '#fcebcd',
  400: '#f7e2bc',
  500: '#f5deb3',
  600: '#b3a17e',
  700: '#7c6e52',
  800: '#4b402b',
  900: '#211904',
  950: '#0c0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva