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#DFFAE4
200#BCEFC7
300#95E1A8
400#6AD188
500#50C878
600#2D9453
700#0B6834
800#004018
900#001F00
950#000E00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dffae4;
  --brand-200: #bcefc7;
  --brand-300: #95e1a8;
  --brand-400: #6ad188;
  --brand-500: #50c878;
  --brand-600: #2d9453;
  --brand-700: #0b6834;
  --brand-800: #004018;
  --brand-900: #001f00;
  --brand-950: #000e00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dffae4',
  200: '#bcefc7',
  300: '#95e1a8',
  400: '#6ad188',
  500: '#50c878',
  600: '#2d9453',
  700: '#0b6834',
  800: '#004018',
  900: '#001f00',
  950: '#000e00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva