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#F6EDE1
200#E5D6BE
300#D0BC9A
400#B9A175
500#AC9362
600#806C44
700#5B4B2A
800#392D14
900#1E1300
950#0F0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f6ede1;
  --brand-200: #e5d6be;
  --brand-300: #d0bc9a;
  --brand-400: #b9a175;
  --brand-500: #ac9362;
  --brand-600: #806c44;
  --brand-700: #5b4b2a;
  --brand-800: #392d14;
  --brand-900: #1e1300;
  --brand-950: #0f0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f6ede1',
  200: '#e5d6be',
  300: '#d0bc9a',
  400: '#b9a175',
  500: '#ac9362',
  600: '#806c44',
  700: '#5b4b2a',
  800: '#392d14',
  900: '#1e1300',
  950: '#0f0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva