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#FCFEEA
200#F7FBD6
300#F1F8C1
400#EAF4AC
500#E6F2A2
600#A6B06F
700#707944
800#41481F
900#1A1D00
950#000400

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fcfeea;
  --brand-200: #f7fbd6;
  --brand-300: #f1f8c1;
  --brand-400: #eaf4ac;
  --brand-500: #e6f2a2;
  --brand-600: #a6b06f;
  --brand-700: #707944;
  --brand-800: #41481f;
  --brand-900: #1a1d00;
  --brand-950: #000400;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fcfeea',
  200: '#f7fbd6',
  300: '#f1f8c1',
  400: '#eaf4ac',
  500: '#e6f2a2',
  600: '#a6b06f',
  700: '#707944',
  800: '#41481f',
  900: '#1a1d00',
  950: '#000400',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva