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#E6FAD7
200#C8EFAD
300#A7E283
400#83D355
500#6ECB3C
600#48961E
700#276901
800#084100
900#001F00
950#000D00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e6fad7;
  --brand-200: #c8efad;
  --brand-300: #a7e283;
  --brand-400: #83d355;
  --brand-500: #6ecb3c;
  --brand-600: #48961e;
  --brand-700: #276901;
  --brand-800: #084100;
  --brand-900: #001f00;
  --brand-950: #000d00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e6fad7',
  200: '#c8efad',
  300: '#a7e283',
  400: '#83d355',
  500: '#6ecb3c',
  600: '#48961e',
  700: '#276901',
  800: '#084100',
  900: '#001f00',
  950: '#000d00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva