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#EDEBDB
200#D2D1B1
300#B4B386
400#93935A
500#828344
600#60612D
700#43451A
800#2A2B07
900#161400
950#050200

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #edebdb;
  --brand-200: #d2d1b1;
  --brand-300: #b4b386;
  --brand-400: #93935a;
  --brand-500: #828344;
  --brand-600: #60612d;
  --brand-700: #43451a;
  --brand-800: #2a2b07;
  --brand-900: #161400;
  --brand-950: #050200;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#edebdb',
  200: '#d2d1b1',
  300: '#b4b386',
  400: '#93935a',
  500: '#828344',
  600: '#60612d',
  700: '#43451a',
  800: '#2a2b07',
  900: '#161400',
  950: '#050200',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva