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#F4F8E5
200#E5EDC9
300#D5E1AD
400#C3D390
500#B9CC81
600#869558
700#5A6736
800#343F18
900#161B00
950#000400

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f4f8e5;
  --brand-200: #e5edc9;
  --brand-300: #d5e1ad;
  --brand-400: #c3d390;
  --brand-500: #b9cc81;
  --brand-600: #869558;
  --brand-700: #5a6736;
  --brand-800: #343f18;
  --brand-900: #161b00;
  --brand-950: #000400;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f4f8e5',
  200: '#e5edc9',
  300: '#d5e1ad',
  400: '#c3d390',
  500: '#b9cc81',
  600: '#869558',
  700: '#5a6736',
  800: '#343f18',
  900: '#161b00',
  950: '#000400',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva