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#E8E6CF
200#C7C59A
300#A0A062
400#767929
500#606602
600#474D00
700#333700
800#232300
900#151100
950#070200

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e8e6cf;
  --brand-200: #c7c59a;
  --brand-300: #a0a062;
  --brand-400: #767929;
  --brand-500: #606602;
  --brand-600: #474d00;
  --brand-700: #333700;
  --brand-800: #232300;
  --brand-900: #151100;
  --brand-950: #070200;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e8e6cf',
  200: '#c7c59a',
  300: '#a0a062',
  400: '#767929',
  500: '#606602',
  600: '#474d00',
  700: '#333700',
  800: '#232300',
  900: '#151100',
  950: '#070200',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva