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#E7D7D0
200#BFA396
300#906B5B
400#5C3421
500#411900
600#361300
700#2C0E00
800#250700
900#1D0000
950#170000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e7d7d0;
  --brand-200: #bfa396;
  --brand-300: #906b5b;
  --brand-400: #5c3421;
  --brand-500: #411900;
  --brand-600: #361300;
  --brand-700: #2c0e00;
  --brand-800: #250700;
  --brand-900: #1d0000;
  --brand-950: #170000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e7d7d0',
  200: '#bfa396',
  300: '#906b5b',
  400: '#5c3421',
  500: '#411900',
  600: '#361300',
  700: '#2c0e00',
  800: '#250700',
  900: '#1d0000',
  950: '#170000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva