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#EFFFE9
200#DEFFD3
300#CDFFBE
400#BAFFA8
500#B0FF9D
600#79BA6B
700#4C8141
800#234E1C
900#022100
950#000B00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #efffe9;
  --brand-200: #deffd3;
  --brand-300: #cdffbe;
  --brand-400: #baffa8;
  --brand-500: #b0ff9d;
  --brand-600: #79ba6b;
  --brand-700: #4c8141;
  --brand-800: #234e1c;
  --brand-900: #022100;
  --brand-950: #000b00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#efffe9',
  200: '#deffd3',
  300: '#cdffbe',
  400: '#baffa8',
  500: '#b0ff9d',
  600: '#79ba6b',
  700: '#4c8141',
  800: '#234e1c',
  900: '#022100',
  950: '#000b00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva