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#DCFFF4
200#B6FFE8
300#8BFFDB
400#4FFBCD
500#01F9C6
600#00B78E
700#007F5F
800#004E35
900#002311
950#001100

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dcfff4;
  --brand-200: #b6ffe8;
  --brand-300: #8bffdb;
  --brand-400: #4ffbcd;
  --brand-500: #01f9c6;
  --brand-600: #00b78e;
  --brand-700: #007f5f;
  --brand-800: #004e35;
  --brand-900: #002311;
  --brand-950: #001100;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dcfff4',
  200: '#b6ffe8',
  300: '#8bffdb',
  400: '#4ffbcd',
  500: '#01f9c6',
  600: '#00b78e',
  700: '#007f5f',
  800: '#004e35',
  900: '#002311',
  950: '#001100',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva