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#E5F1DC
200#C5DDB4
300#A2C58B
400#7DAB61
500#699D4C
600#4A7532
700#2F521C
800#173408
900#011A00
950#000900

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e5f1dc;
  --brand-200: #c5ddb4;
  --brand-300: #a2c58b;
  --brand-400: #7dab61;
  --brand-500: #699d4c;
  --brand-600: #4a7532;
  --brand-700: #2f521c;
  --brand-800: #173408;
  --brand-900: #011a00;
  --brand-950: #000900;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e5f1dc',
  200: '#c5ddb4',
  300: '#a2c58b',
  400: '#7dab61',
  500: '#699d4c',
  600: '#4a7532',
  700: '#2f521c',
  800: '#173408',
  900: '#011a00',
  950: '#000900',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva