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#ECFFF7
200#D9FFED
300#C5FFE4
400#B0FCDA
500#A5FBD5
600#71B799
700#457F66
800#1D4C3A
900#002013
950#000A00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ecfff7;
  --brand-200: #d9ffed;
  --brand-300: #c5ffe4;
  --brand-400: #b0fcda;
  --brand-500: #a5fbd5;
  --brand-600: #71b799;
  --brand-700: #457f66;
  --brand-800: #1d4c3a;
  --brand-900: #002013;
  --brand-950: #000a00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ecfff7',
  200: '#d9ffed',
  300: '#c5ffe4',
  400: '#b0fcda',
  500: '#a5fbd5',
  600: '#71b799',
  700: '#457f66',
  800: '#1d4c3a',
  900: '#002013',
  950: '#000a00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva