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#EBF6EA
200#D2E8D2
300#B8D7B8
400#9DC59D
500#8FBC8F
600#658A66
700#436043
800#243B25
900#061B04
950#000700

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ebf6ea;
  --brand-200: #d2e8d2;
  --brand-300: #b8d7b8;
  --brand-400: #9dc59d;
  --brand-500: #8fbc8f;
  --brand-600: #658a66;
  --brand-700: #436043;
  --brand-800: #243b25;
  --brand-900: #061b04;
  --brand-950: #000700;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ebf6ea',
  200: '#d2e8d2',
  300: '#b8d7b8',
  400: '#9dc59d',
  500: '#8fbc8f',
  600: '#658a66',
  700: '#436043',
  800: '#243b25',
  900: '#061b04',
  950: '#000700',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva