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#E9FFE7
200#D2FCCF
300#B9F7B6
400#9EF19D
500#90EE90
600#61AE62
700#39793C
800#144A1A
900#002100
950#000D00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e9ffe7;
  --brand-200: #d2fccf;
  --brand-300: #b9f7b6;
  --brand-400: #9ef19d;
  --brand-500: #90ee90;
  --brand-600: #61ae62;
  --brand-700: #39793c;
  --brand-800: #144a1a;
  --brand-900: #002100;
  --brand-950: #000d00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e9ffe7',
  200: '#d2fccf',
  300: '#b9f7b6',
  400: '#9ef19d',
  500: '#90ee90',
  600: '#61ae62',
  700: '#39793c',
  800: '#144a1a',
  900: '#002100',
  950: '#000d00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva